diff options
Diffstat (limited to 'x11-toolkits/fox10/Makefile')
-rw-r--r-- | x11-toolkits/fox10/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/x11-toolkits/fox10/Makefile b/x11-toolkits/fox10/Makefile index 3354a4916f2..280a9f8ef3f 100644 --- a/x11-toolkits/fox10/Makefile +++ b/x11-toolkits/fox10/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fox -PORTVERSION= 0.99.167 +PORTVERSION?= 0.99.172 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.cfdrc.com/pub/FOX/ \ ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/ @@ -19,6 +19,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ .if defined(WITH_XUNICODE) PKGNAMESUFFIX= -unicode +PATCHVERSION?= ${PORTVERSION} + PATCH_SITES= http://www.ab.wakwak.com/~tino/jatk/fox/ PATCHFILES= ${PORTNAME}${PKGNAMESUFFIX}-${PATCHVERSION}.diff PATCH_DIST_STRIP= -p1 @@ -26,9 +28,11 @@ PATCH_DIST_STRIP= -p1 BUILD_DEPENDS= ${X11BASE}/include/xunicode/xunicode.h:${PORTSDIR}/converters/xunicode CONFIGURE_ENV= X_CFLAGS=-DUSE_XUNICODE -.endif -PATCHVERSION= ${PORTVERSION} +PLIST_SUB= NEWFILE="@comment " +.else +PLIST_SUB= NEWFILE="" +.endif USE_MESA= yes INSTALLS_SHLIB= yes |