diff options
Diffstat (limited to 'x11-toolkits/rep-gtk/Makefile')
-rw-r--r-- | x11-toolkits/rep-gtk/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-toolkits/rep-gtk/Makefile b/x11-toolkits/rep-gtk/Makefile index c59b9c020232..fcc954cb2166 100644 --- a/x11-toolkits/rep-gtk/Makefile +++ b/x11-toolkits/rep-gtk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rep-gtk -PORTVERSION= 0.9.1 +PORTVERSION= 0.10 CATEGORIES= x11-toolkits MASTER_SITES= ftp://rep-gtk.sourceforge.net/pub/rep-gtk/ @@ -36,4 +36,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GLIB_CONFIG="${GLIB_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" +.if defined(NOGNOME) +PLIST= ${PKGDIR}/PLIST.nognome +.endif + .include <bsd.port.mk> |