diff options
Diffstat (limited to 'games/pioneers/Makefile')
-rw-r--r-- | games/pioneers/Makefile | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile index beacc24c34de..db2958a44062 100644 --- a/games/pioneers/Makefile +++ b/games/pioneers/Makefile @@ -7,6 +7,7 @@ PORTNAME= pioneers PORTVERSION= 0.9.61 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= pio @@ -17,7 +18,8 @@ COMMENT= An Internet playable version of the Settlers of Catan for GNOME/GTK+ USE_X_PREFIX= yes USE_GMAKE= yes USE_GETTEXT= yes -USE_GNOME= gnomehack gnomeprefix gtk20 +USE_GNOME= gnomehack gnomeprefix gtk20 libgnome +INSTALLS_OMF= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" @@ -25,14 +27,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN6= pioneers.6 pioneers-server-gtk.6 pioneers-server-console.6 \ pioneersai.6 pioneers-meta-server.6 -.include <bsd.port.pre.mk> - -.if exists(${X11BASE}/bin/scrollkeeper-config) -USE_GNOME+= libgnome -INSTALLS_OMF= yes -PLIST_SUB+= LIBGNOME="" -.else -PLIST_SUB+= LIBGNOME="@comment " -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |