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:
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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue