mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Remove some useless use of USE_XLIB and convert the rest to USE_XORG
PR: ports/167088 Submitted by: bapt Approved by: maintainer timeout (>14d)
This commit is contained in:
parent
f859944df1
commit
53f4595a60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296038
1 changed files with 3 additions and 6 deletions
|
@ -42,14 +42,12 @@ ELISPDIR= share/emacs/site-lisp
|
|||
LINK= gtkmidi
|
||||
|
||||
USE_GNOME= gtk12
|
||||
USE_XLIB= yes
|
||||
.endif
|
||||
|
||||
.if ${INTERFACE} == "motif"
|
||||
LINK= xmmidi
|
||||
|
||||
USE_MOTIF= yes
|
||||
USE_XLIB= yes
|
||||
|
||||
CONFIGURE_ENV+= MOTIFLIB="${MOTIFLIB}"
|
||||
.endif
|
||||
|
@ -66,7 +64,7 @@ LIB_DEPENDS+= slang.2:${PORTSDIR}/japanese/libslang
|
|||
.if ${INTERFACE} == "tcltk"
|
||||
LINK= tkmidi
|
||||
|
||||
USE_XLIB= yes
|
||||
USE_XORG= x11
|
||||
|
||||
DOCFILES= README.tk
|
||||
DOCLANG= C ja_JP.eucJP
|
||||
|
@ -92,8 +90,7 @@ CONFIGURE_ENV+= WISH=wish8.4
|
|||
LINK= xawmidi
|
||||
|
||||
LIB_DEPENDS+= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d
|
||||
|
||||
USE_XLIB= yes
|
||||
USE_XORG= xaw
|
||||
|
||||
DOCFILES= README.xaw
|
||||
DOCLANG= C ja_JP.eucJP
|
||||
|
@ -103,7 +100,7 @@ DOCLANG= C ja_JP.eucJP
|
|||
.if ${INTERFACE} == "xskin"
|
||||
LINK= xskinmidi
|
||||
|
||||
USE_XLIB= yes
|
||||
USE_XORG= x11
|
||||
|
||||
DOCFILES= README.xskin
|
||||
DOCLANG= C ja_JP.eucJP
|
||||
|
|
Loading…
Add table
Reference in a new issue