aboutsummaryrefslogtreecommitdiff
path: root/misc/gnustep-examples/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-06-05 04:06:33 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-06-05 04:06:33 +0000
commitb1b5187dad09a052dc0e408440846d1aca99381c (patch)
tree98dd5cfaf53475505aa7af4711723e144b60c077 /misc/gnustep-examples/Makefile
parentff94eef08e175e98fbfab5fb947d2791fd2c4860 (diff)
downloadports-b1b5187dad09a052dc0e408440846d1aca99381c.tar.gz
ports-b1b5187dad09a052dc0e408440846d1aca99381c.zip
Notes
Diffstat (limited to 'misc/gnustep-examples/Makefile')
-rw-r--r--misc/gnustep-examples/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/gnustep-examples/Makefile b/misc/gnustep-examples/Makefile
index d05abc7edc11..bc2fe1fffeb3 100644
--- a/misc/gnustep-examples/Makefile
+++ b/misc/gnustep-examples/Makefile
@@ -6,8 +6,12 @@
#
PORTNAME= gnustep-examples
+.if defined(WITH_GNUSTEP_DEVEL)
+PORTVERSION= 1.3.0
+.else
PORTVERSION= 1.2.0
PORTREVISION= 1
+.endif
CATEGORIES= misc gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR= core
@@ -22,7 +26,7 @@ USE_GNUSTEP_INSTALL= yes
USE_GL= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
-USE_GNUSTEP_MAKE_DIRS+= . gui/Finger gui/GFractal gui/HostAddress
+USE_GNUSTEP_MAKE_DIRS+= . gui/Finger gui/GFractal gui/HostAddress gui/MyGL
MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
.include <bsd.port.mk>