diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-09-20 17:42:43 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-09-20 17:42:43 +0800 |
commit | 2938b5f029c646781226c682a9ec50ee0c053643 (patch) | |
tree | 13607aeac7cba66fa22b3d73506dbcb569fa42c3 /security/gcr | |
parent | e4374a0d003da7fc990965af35d0a0f8d844c368 (diff) | |
download | marcuscom-ports-2938b5f029c646781226c682a9ec50ee0c053643.tar.gz marcuscom-ports-2938b5f029c646781226c682a9ec50ee0c053643.tar.zst marcuscom-ports-2938b5f029c646781226c682a9ec50ee0c053643.zip |
add INSTALLS_ICONS and USE_LDCONFIG.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17076 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gcr')
-rw-r--r-- | security/gcr/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/security/gcr/Makefile b/security/gcr/Makefile index 3dd26ec2b..d2d58171b 100644 --- a/security/gcr/Makefile +++ b/security/gcr/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/security/gcr/Makefile,v 1.1 2012/05/26 12:58:06 kwm Exp $ # PORTNAME= gcr @@ -30,10 +30,8 @@ USE_GNOME= gnomehack gtk30 pkgconfig intlhack USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes -#USE_LDCONFIG= yes -#CONFIGURE_ARGS= --disable-gtk-doc \ -#CPPFLAGS= -I${LOCALBASE}/include -#LDFLAGS= -L${LOCALBASE}/lib +USE_LDCONFIG= yes +INSTALLS_ICONS= yes GLIB_SCHEMAS= org.gnome.crypto.pgp.gschema.xml |