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 /net/netclasses | |
parent | 3aa9b484131b5835a7875ba57cac901593286b35 (diff) | |
download | ports-d7f59ea8de230bb289b02649cd575560e4c71e0d.tar.gz ports-d7f59ea8de230bb289b02649cd575560e4c71e0d.zip |
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu
Notes
Notes:
svn path=/head/; revision=182275
Diffstat (limited to 'net/netclasses')
-rw-r--r-- | net/netclasses/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net/netclasses/Makefile b/net/netclasses/Makefile index 813b5fcc470a..8ac712cbae29 100644 --- a/net/netclasses/Makefile +++ b/net/netclasses/Makefile @@ -14,17 +14,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gurkan@linuks.mine.nu COMMENT= Objective-C framework for socket programming with GNUstep -WRKSRC= ${WRKDIR}/${DISTNAME} -GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BASE= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -# broken -#USE_LDCONFIG= yes -INSTALLS_SHLIB= yes -MAKEFILE= GNUmakefile +USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} + +WRKSRC= ${WRKDIR}/${DISTNAME} +GNU_CONFIGURE= yes .include <bsd.port.mk> |