diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-10 17:58:37 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-10 17:58:37 +0000 |
commit | c64630e8a8cc3fdaf4c906fe429389aaef84ba31 (patch) | |
tree | 8a42f2420333aab4786ddfbb901e6c9ac0349a0e /x11-fm | |
parent | - Forced commit to correct previous commit log, forgotten the PR reference in... (diff) |
- Remove useless dependency on XLIB
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=208751
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/ezfm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-fm/ezfm/Makefile b/x11-fm/ezfm/Makefile index 4bd6fef8f940..95e512cef83a 100644 --- a/x11-fm/ezfm/Makefile +++ b/x11-fm/ezfm/Makefile @@ -7,7 +7,7 @@ PORTNAME= ezfm PORTVERSION= 0.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fm MASTER_SITES= ftp://ftp.ma.utexas.edu/pub/mzou/ DISTNAME= EZFM-0.4-src @@ -20,7 +20,6 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ EZ.1:${PORTSDIR}/graphics/EZWGL WRKSRC= ${WRKDIR}/EZFM-${PORTVERSION} -USE_XLIB= yes USE_GMAKE= yes MAN1= ezfm.1 |