diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 03:57:25 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 03:57:25 +0000 |
commit | d7f59ea8de230bb289b02649cd575560e4c71e0d (patch) | |
tree | eae797f7211f5c20b5be446f4fa649681b374597 /audio/cddb-bundle | |
parent | - update to use new bsd.gnustep.mk (diff) |
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu
Diffstat (limited to 'audio/cddb-bundle')
-rw-r--r-- | audio/cddb-bundle/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/cddb-bundle/Makefile b/audio/cddb-bundle/Makefile index 62849b486a99..280ac7992d01 100644 --- a/audio/cddb-bundle/Makefile +++ b/audio/cddb-bundle/Makefile @@ -16,14 +16,12 @@ DISTNAME= cddb.bundle-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= CDDB client bundle GNUstep -WRKSRC= ${WRKDIR}/cddb.bundle -USE_GMAKE= yes USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -MAKEFILE= -ALL_TARGET= + +WRKSRC= ${WRKDIR}/cddb.bundle .include <bsd.port.mk> |