diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:13:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:13:19 +0000 |
commit | 7020ba824d0766f01012481d30671834bccc6cc9 (patch) | |
tree | b8061c4bd911cb2507a3cc6b0ebdc773e91473b7 /devel/gob2/Makefile | |
parent | ac0c23c912957d0cfaa1ccb1f236d4da619b1889 (diff) | |
download | ports-7020ba824d0766f01012481d30671834bccc6cc9.tar.gz ports-7020ba824d0766f01012481d30671834bccc6cc9.zip |
Notes
Diffstat (limited to 'devel/gob2/Makefile')
-rw-r--r-- | devel/gob2/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/gob2/Makefile b/devel/gob2/Makefile index c2b1f5284c3d..9e3e9601be2c 100644 --- a/devel/gob2/Makefile +++ b/devel/gob2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gob2 -# Date created: 09 November 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gob2 PORTVERSION= 2.0.17 @@ -17,7 +13,7 @@ COMMENT= A preprocessor for making GObjects with inline C USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= glib20 -USE_PKGCONFIG= build +USES= pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |