diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-28 20:15:27 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-28 20:15:27 +0800 |
commit | 679f82ba5a2b417c7b9118d4072ce41bf89575aa (patch) | |
tree | d4a27818ffefc4937f1c1eabc3983d20e4c228ea /security | |
parent | 4156fd2f164a24cc4bc1785d8518a46ec76b0fb2 (diff) | |
download | marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar.gz marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar.bz2 marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar.lz marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar.xz marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar.zst marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.zip |
More syncs with ports, updating for new USES, bit of reshuffling to reduce
diffs with ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18401 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/libcryptui/Makefile | 4 | ||||
-rw-r--r-- | security/seahorse-sharing/Makefile | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/libcryptui/Makefile b/security/libcryptui/Makefile index 6d40d1ba5..369deaa46 100644 --- a/security/libcryptui/Makefile +++ b/security/libcryptui/Makefile @@ -25,8 +25,8 @@ USES= gettext pathfix pkgconfig USE_GMAKE= yes USE_GNOME= intlhack gnomeprefix gnomedocutils gtk30 GNU_CONFIGURE= yes -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-introspection=no GLIB_SCHEMAS= org.gnome.seahorse.recipients.gschema.xml diff --git a/security/seahorse-sharing/Makefile b/security/seahorse-sharing/Makefile index d46d9d6f8..fa2616a32 100644 --- a/security/seahorse-sharing/Makefile +++ b/security/seahorse-sharing/Makefile @@ -1,6 +1,6 @@ # Created by: Dave McKay <dave@mu.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/security/seahorse-sharing/Makefile 18393 2013-04-26 21:23:07Z kwm $ PORTNAME= seahorse-sharing PORTVERSION= 3.2.1 @@ -24,8 +24,8 @@ USE_GMAKE= yes USE_GNOME= intlhack gnomeprefix GNU_CONFIGURE= yes INSTALLS_ICONS= yes -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAN1= seahorse-sharing.1 |