1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

editors/emacs: Remove optional dependency on libXp

Remove the optional dependency on libXp from editors/emacs and
editors/emacs-devel.  The dependency on libXp is added if the MOTIF option
is selected, but libXp isn't needed in this case.  The MOTIF option is not
the default.
libXp has been deprecated and is going away.
This commit is contained in:
Niclas Zeising 2019-11-01 14:08:52 +00:00
parent 2972621525
commit 56de881f3e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516223
2 changed files with 0 additions and 2 deletions

View File

@ -154,7 +154,6 @@ MAILUTILS_LIB_DEPENDS= libmailutils.so:mail/mailutils
MODULES_CONFIGURE_WITH= modules
MOTIF_USES= motif
MOTIF_CONFIGURE_ON= --with-x-toolkit=motif
MOTIF_LIB_DEPENDS= libXp.so:x11/libXp
OSS_CONFIGURE_ON= --with-sound=oss
OTF_LIB_DEPENDS= libotf.so:print/libotf
OTF_CONFIGURE_WITH= libotf

View File

@ -163,7 +163,6 @@ MAILUTILS_LIB_DEPENDS= libmailutils.so:mail/mailutils
MODULES_CONFIGURE_WITH= modules
MOTIF_USES= motif
MOTIF_CONFIGURE_ON= --with-x-toolkit=motif
MOTIF_LIB_DEPENDS= libXp.so:x11/libXp
OSS_CONFIGURE_ON= --with-sound=oss
OTF_LIB_DEPENDS= libotf.so:print/libotf
OTF_CONFIGURE_WITH= libotf