diff options
Diffstat (limited to 'devel/gorm/Makefile')
-rw-r--r-- | devel/gorm/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/gorm/Makefile b/devel/gorm/Makefile index eacc2a961e22..87cc36073b1d 100644 --- a/devel/gorm/Makefile +++ b/devel/gorm/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: Gorm +# New ports collection makefile for: gorm # Date created: 15 Mar 2002 # Whom: dirk.meyer@dinoex.sub.org # @@ -14,13 +14,11 @@ MASTER_SITE_SUBDIR= dev-apps MAINTAINER= dinoex@FreeBSD.org COMMENT= Graphical Object Relationship Modeller -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= +USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} .include <bsd.port.mk> |