diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-11-22 15:46:14 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-11-22 15:46:14 +0800 |
commit | 9948a7669aa012d1569ed09034116c88c6a8e343 (patch) | |
tree | 6ebcd79a03792d061294ee234e1e0656302405f4 | |
parent | 3afdff0eade2bc31cbf513c65ede6176b01211e9 (diff) | |
download | freebsd-ports-gnome-9948a7669aa012d1569ed09034116c88c6a8e343.tar.gz freebsd-ports-gnome-9948a7669aa012d1569ed09034116c88c6a8e343.tar.zst freebsd-ports-gnome-9948a7669aa012d1569ed09034116c88c6a8e343.zip |
- remove wrongly set USE_X_PREFIX
- bump PORTREVISION
Notified by: pointyhat via kris
Approved by: maintainer
-rw-r--r-- | games/ksudoku/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/ksudoku/Makefile b/games/ksudoku/Makefile index e3a64ba0deba..8d8d2e3f0724 100644 --- a/games/ksudoku/Makefile +++ b/games/ksudoku/Makefile @@ -7,6 +7,7 @@ PORTNAME= ksudoku PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= games kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +19,6 @@ EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure USE_AUTOTOOLS= libtool:15 USE_KDELIBS_VER=3 -USE_X_PREFIX= yes USE_REINPLACE= yes .include <bsd.port.pre.mk> |