From e61d6a701f43e8cec5a4ec8c9641daf5376441de Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Fri, 23 Sep 2011 22:26:39 +0000 Subject: - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS) - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav --- editors/joe2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/joe2') diff --git a/editors/joe2/Makefile b/editors/joe2/Makefile index f2655395e469..4036229d9f69 100644 --- a/editors/joe2/Makefile +++ b/editors/joe2/Makefile @@ -21,8 +21,8 @@ CONFLICTS= joe-3* GNU_CONFIGURE= yes USE_GMAKE= yes USE_ICONV= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -liconv" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -liconv" +CPPFLAGS+= -I${LOCALBASE}/include ALL_TARGET= ${PORTNAME} MAN1= ${PORTNAME}.1 -- cgit ='header'> cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/korean/hanyangfonts
Commit message (Expand)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-191-1/+1
* Fix pkg-message to display the correct directory.jkim2015-03-231-1/+1
* Make fonts repecting XDGbapt2015-03-223-24/+19
* Add staging supportpawel2014-05-301-8/+6
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Re-add ftp.kaist.ac.kr and remove defunct ftp.kreonet.re.kr.jkim2013-06-182-7/+10
* Update e-mail address on behalf of cjh as he personally requested.jkim2013-06-181-5/+1
* Remove dead site (ftp.kaist.ac.kr)ehaupt2011-07-291-1/+0
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* Reset cjh due to inactivity. We hope to see him back again soon.linimon2010-01-033-7/+1
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-4/+4
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* SHA256ifyedwin2006-01-221-0/+1
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-24