diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-12 03:51:16 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-12 03:51:16 +0800 |
commit | e44b26dc74b5fc03ddc032d49160418708d254f0 (patch) | |
tree | ae7dfd6b868b76472098f29f9f56578edb860c98 /devel/devhelp3 | |
parent | a9dde4ea53c0b7a98aa3442e25ae4b960196f95b (diff) | |
download | marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.gz marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.bz2 marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.lz marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.xz marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.zst marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.zip |
Make portlint happy. I am using cports.sh in MC portstools.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16064 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/devhelp3')
-rw-r--r-- | devel/devhelp3/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/devhelp3/Makefile b/devel/devhelp3/Makefile index 673f1b744..080993567 100644 --- a/devel/devhelp3/Makefile +++ b/devel/devhelp3/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/devhelp3/Makefile,v 1.7 2011/04/17 19:18:07 mezz Exp $ +# $MCom: ports/devel/devhelp3/Makefile,v 1.8 2011/06/10 22:59:02 mezz Exp $ PORTNAME= devhelp PORTVERSION= 3.0.0 @@ -24,14 +24,13 @@ USE_XORG= x11 USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnomehack intlhack gnomeprefix gtk30 gconf2 -# libwnck3 USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes GCONF_SCHEMAS= devhelp.schemas -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" +CPPFLAGS= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include +CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" #OPTIONS= GEDIT "Enable GEdit plug-in support" off |