diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-17 14:14:56 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-17 14:14:56 +0000 |
commit | 7c1aef6c517dbf7614e33f4ccec76f4cfb4696b5 (patch) | |
tree | 63fddc1866660baad11e6dee12ebafea988518c8 /textproc/fldiff | |
parent | ecf52c894df7975e591c97b9dd79b348e7c83d51 (diff) |
Notes
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} |