diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-03-17 22:14:56 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-03-17 22:14:56 +0800 |
commit | 600d1900ef44c87f98e5d191052bb4eddf1f630c (patch) | |
tree | 6c7b69d66126a709fe116d150f0564ee415d388b /textproc/fldiff | |
parent | 4fe1b7e3c31440eb4c3a1ca9501bc5cff887da07 (diff) | |
download | freebsd-ports-gnome-600d1900ef44c87f98e5d191052bb4eddf1f630c.tar.gz freebsd-ports-gnome-600d1900ef44c87f98e5d191052bb4eddf1f630c.tar.zst freebsd-ports-gnome-600d1900ef44c87f98e5d191052bb4eddf1f630c.zip |
Get rid of USE_X_PREFIX.
Diffstat (limited to 'textproc/fldiff')
-rw-r--r-- | textproc/fldiff/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/fldiff/Makefile b/textproc/fldiff/Makefile index 812bbde3d405..44afa5fb2c14 100644 --- a/textproc/fldiff/Makefile +++ b/textproc/fldiff/Makefile @@ -7,7 +7,7 @@ PORTNAME= fldiff PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://critical.ch/distfiles/ \ http://energy.critical.ch/distfiles/ \ @@ -20,7 +20,6 @@ COMMENT= A graphical diff program using FLTK LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk GNU_CONFIGURE= yes -USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |