summaryrefslogtreecommitdiffstats
path: root/devel/devhelp
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-08-18 03:06:48 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-08-18 03:06:48 +0800
commite1fad6b7b570f2f5685fb302a460b50679e04ae8 (patch)
tree6bdaaaa51925e10719a04696aa74e5d389db0195 /devel/devhelp
parentd6f2b76b19d2ae10403b675e549d5d5a8279079d (diff)
downloadmarcuscom-ports-e1fad6b7b570f2f5685fb302a460b50679e04ae8.tar
marcuscom-ports-e1fad6b7b570f2f5685fb302a460b50679e04ae8.tar.gz
marcuscom-ports-e1fad6b7b570f2f5685fb302a460b50679e04ae8.tar.bz2
marcuscom-ports-e1fad6b7b570f2f5685fb302a460b50679e04ae8.tar.lz
marcuscom-ports-e1fad6b7b570f2f5685fb302a460b50679e04ae8.tar.xz
marcuscom-ports-e1fad6b7b570f2f5685fb302a460b50679e04ae8.tar.zst
marcuscom-ports-e1fad6b7b570f2f5685fb302a460b50679e04ae8.zip
Sync with freebsd ports. portrevision bumping, getting CPPFLAGS/LDFLAGS from
CONFIGURE_ENV, s/CPPFLAGS=/CPPFLAGS+=/ etc Sprinkle USE_PKGCONFIG in some ports. Some small nits here and there. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17047 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/devhelp')
-rw-r--r--devel/devhelp/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile
index cd60c1ae8..1f5221a69 100644
--- a/devel/devhelp/Makefile
+++ b/devel/devhelp/Makefile
@@ -3,11 +3,11 @@
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/devhelp/Makefile,v 1.42 2011/04/30 20:43:15 mezz Exp $
+# $MCom: ports/devel/devhelp/Makefile,v 1.43 2011/06/11 19:51:13 mezz Exp $
PORTNAME= devhelp
PORTVERSION= 2.32.0
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= devel gnome
MASTER_SITES= GNOME
@@ -31,8 +31,8 @@ GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
GCONF_SCHEMAS= devhelp.schemas
-CPPFLAGS= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
-CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
+CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
+LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib
OPTIONS= GEDIT "Enable GEdit plug-in support" off