diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-11-22 07:46:14 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-11-22 07:46:14 +0000 |
commit | f1d0372cbbdc6490bd92f8e50ad685b874a518dc (patch) | |
tree | a25dfec8bdbfd652af888ef3cf9f4e587d393f3b /games | |
parent | Update port: archivers/xdms update MASTER_SITE and WWW on pkg-descr (diff) |
- remove wrongly set USE_X_PREFIX
- bump PORTREVISION
Notified by: pointyhat via kris
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=149020
Diffstat (limited to 'games')
-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> |