diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-01-16 16:31:51 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-01-16 16:31:51 +0000 |
commit | 43a41c13c04bc92ad413abc5d1c497467b0b7ebe (patch) | |
tree | 39fcc1c475b8a69faa1afc53ee751d5dc92dc61f /devel/gnustep-make/Makefile | |
parent | 07129c0ea1b3d8f929985efe482babd015c98292 (diff) |
Notes
Diffstat (limited to 'devel/gnustep-make/Makefile')
-rw-r--r-- | devel/gnustep-make/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index 7126e5c83b24..48986b8283e8 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -18,7 +18,7 @@ USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes GNU_CONFIGURE= yes -RESTRICTED= GPL3 +NO_PACKAGE= GPL3 MAKE_FLAGS= OPTFLAG="${CFLAGS}" CFLAGS+= ${PTHREAD_CFLAGS} CONFIGURE_ENV+= INSTALL_PROGRAM="${INSTALL} -c" INSTALL_DATA="${INSTALL} -c" \ |