diff options
Diffstat (limited to 'graphics/electriceyes/Makefile')
-rw-r--r-- | graphics/electriceyes/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/electriceyes/Makefile b/graphics/electriceyes/Makefile index a4f47d806526..e46e03c48bb1 100644 --- a/graphics/electriceyes/Makefile +++ b/graphics/electriceyes/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: electriceyes -# Version required: 0.3.9 +# Version required: 0.3.11 # Date created: 21 August 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ # -DISTNAME= ee-0.3.9 -PKGNAME= electriceyes-0.3.9 +DISTNAME= ee-0.3.11 +PKGNAME= electriceyes-0.3.11 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/ee -MAINTAINER= nacai@iname.com +MAINTAINER= nakai@FreeBSD.org BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore @@ -21,6 +21,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes GNU_CONFIGURE= yes +USE_GMAKE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ --with-gnome=${PREFIX} |