diff options
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} |