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 /deskutils/affiche | |
parent | 3aa9b484131b5835a7875ba57cac901593286b35 (diff) | |
download | ports-d7f59ea8de230bb289b02649cd575560e4c71e0d.tar.gz ports-d7f59ea8de230bb289b02649cd575560e4c71e0d.zip |
Notes
Diffstat (limited to 'deskutils/affiche')
-rw-r--r-- | deskutils/affiche/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/deskutils/affiche/Makefile b/deskutils/affiche/Makefile index 6272a7b69a1f..d7e11d455bc3 100644 --- a/deskutils/affiche/Makefile +++ b/deskutils/affiche/Makefile @@ -14,14 +14,12 @@ DISTNAME= Affiche-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Affiche allows people to stick notes -WRKSRC= ${WRKDIR}/Affiche -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}/Affiche .include <bsd.port.mk> |