diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/glife/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games/glife/Makefile b/games/glife/Makefile index 6121acf31318..c42e1d710fc4 100644 --- a/games/glife/Makefile +++ b/games/glife/Makefile @@ -7,6 +7,7 @@ PORTNAME= glife PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,15 +15,9 @@ DISTNAME= gLife-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \ - glade.4:${PORTSDIR}/devel/libglade - USE_X_PREFIX= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +USE_GNOME= yes pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |