diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-05 10:22:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-05 10:22:46 +0000 |
commit | 53f4595a603011fc2ee80dfafc9fe8043d85e8ce (patch) | |
tree | e0b9ddb365a2f0f90e55bdd6cf257f76fc8623cb | |
parent | - Update to 0.50 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=296038
-rw-r--r-- | audio/timidity++/Makefile.interface | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/timidity++/Makefile.interface b/audio/timidity++/Makefile.interface index 1f692e28ea99..f8c81cd18e00 100644 --- a/audio/timidity++/Makefile.interface +++ b/audio/timidity++/Makefile.interface @@ -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 |