diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-11-19 14:04:57 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-11-19 14:04:57 +0000 |
commit | 4e2b056e977a5a3c05fa3c8ccb034971d5555530 (patch) | |
tree | 6ab8cbd9f5610a359d44a7168f6ea94a12cbc8ac /devel/etoile-unitkit | |
parent | 32e3f5e1dd3b2935b0454654cee19095dee7f147 (diff) |
- make portlint happier
Notes
Notes:
svn path=/head/; revision=177571
Diffstat (limited to 'devel/etoile-unitkit')
-rw-r--r-- | devel/etoile-unitkit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/etoile-unitkit/Makefile b/devel/etoile-unitkit/Makefile index 7450a56fb5d1..21b3cb1d84b5 100644 --- a/devel/etoile-unitkit/Makefile +++ b/devel/etoile-unitkit/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= etoile- DISTNAME= etoile_0+${SNAPSHOT}+dfsg.orig MAINTAINER= dinoex@FreeBSD.org -COMMENT= Etoile Project frameowrks and bundles +COMMENT= Etoile Project UnitKit test framework on GNUstep SNAPSHOT= 20060917 WRKSRC= ${WRKDIR}/etoile-0+${SNAPSHOT}+dfsg/Etoile/ @@ -24,6 +24,8 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes MAKEFILE= GNUmakefile +LDCONFIG_DIRS= ${LOCALLIBDIR} +INSTALLS_SHLIB= yes NO_FILTER_SHLIBS= yes USE_GNUSTEP_MAKE_DIRS+= Frameworks/UnitKit |