diff options
Diffstat (limited to 'games/gnomememoryblocks/Makefile')
-rw-r--r-- | games/gnomememoryblocks/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnomememoryblocks/Makefile b/games/gnomememoryblocks/Makefile index bf12ad3feb3f..3bf462fde5b8 100644 --- a/games/gnomememoryblocks/Makefile +++ b/games/gnomememoryblocks/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomememoryblocks PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnome-memblocks @@ -19,7 +19,7 @@ COMMENT= Memory Blocks game for GNOME USE_REINPLACE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |