diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-18 05:12:35 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-18 05:12:35 +0800 |
commit | 48591ad7e41855335521bb2e957227adbe4ba16c (patch) | |
tree | 01d4908ddefb8a689e6e12b2fa41ea8b9c39582d /x11/yelp3/Makefile | |
parent | 8dc1f5726f53b4de89ab57169291ee79b1f0bc25 (diff) | |
download | marcuscom-ports-48591ad7e41855335521bb2e957227adbe4ba16c.tar marcuscom-ports-48591ad7e41855335521bb2e957227adbe4ba16c.tar.gz marcuscom-ports-48591ad7e41855335521bb2e957227adbe4ba16c.tar.bz2 marcuscom-ports-48591ad7e41855335521bb2e957227adbe4ba16c.tar.lz marcuscom-ports-48591ad7e41855335521bb2e957227adbe4ba16c.tar.xz marcuscom-ports-48591ad7e41855335521bb2e957227adbe4ba16c.tar.zst marcuscom-ports-48591ad7e41855335521bb2e957227adbe4ba16c.zip |
Update to 3.6.2.
Submitted by: Gustau Perez
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18486 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/yelp3/Makefile')
-rw-r--r-- | x11/yelp3/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/x11/yelp3/Makefile b/x11/yelp3/Makefile index 3c931ef05..fe8796c04 100644 --- a/x11/yelp3/Makefile +++ b/x11/yelp3/Makefile @@ -1,9 +1,9 @@ # Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/x11/yelp3/Makefile 17268 2013-04-01 05:13:11Z marcus $ +# PORTNAME= yelp -PORTVERSION= 3.4.2 +PORTVERSION= 3.6.2 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -31,19 +31,11 @@ GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" +LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector GLIB_SCHEMAS= org.gnome.yelp.gschema.xml .include <bsd.port.pre.mk> -# Around the time GCC stack protection (aka Propolice) for userland -# was enabled on src/share/mk/bsd.sys.mk -# SVN rev 180012 on 2008-06-25 21:33:28Z by ru -.if ${OSVERSION} >= 800040 -LDFLAGS+= -fstack-protector -.endif - .if ${OSVERSION} >= 900012 || (${OSVERSION} >= 800505 && ${OSVERSION} < 900000) CONFIGURE_ENV+= YELP_LZMA_CFLAGS="-I/usr/include" \ YELP_LZMA_LIBS="-L/usr/lib -llzma" |