- run ldconfig on the GNUstep dir only

- add IGNORE if make.conf is not set up
This commit is contained in:
Dirk Meyer 2004-10-12 04:39:34 +00:00
parent 26f28bbd81
commit 5f86da4fbe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118776

View file

@ -25,6 +25,11 @@ MAKEFILE= GNUmakefile
ALL_TARGET=
NO_MTREE= yes
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= ${LOCALLIBDIR}
NOT_FOR_ARCHS= ia64 amd64
.if !defined(GNUSTEP_WITH_BASE_GCC)
IGNORE= conflicts: libobjc is used from lang/gcc-objc
.endif
.include <bsd.port.mk>