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 /sysutils | |
parent | 4156fd2f164a24cc4bc1785d8518a46ec76b0fb2 (diff) | |
download | marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar.gz 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 'sysutils')
-rw-r--r-- | sysutils/gconf-editor3/Makefile | 4 | ||||
-rw-r--r-- | sysutils/gstreamer1-plugins-cdio/Makefile | 13 | ||||
-rw-r--r-- | sysutils/polkit-gnome/Makefile | 1 |
3 files changed, 2 insertions, 16 deletions
diff --git a/sysutils/gconf-editor3/Makefile b/sysutils/gconf-editor3/Makefile index ec5144d8d..d4949729d 100644 --- a/sysutils/gconf-editor3/Makefile +++ b/sysutils/gconf-editor3/Makefile @@ -21,8 +21,8 @@ INSTALLS_ICONS= yes USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gtk30 gconf2 gnomedocutils GNU_CONFIGURE= yes -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAN1= gconf-editor.1 GCONF_SCHEMAS= gconf-editor.schemas diff --git a/sysutils/gstreamer1-plugins-cdio/Makefile b/sysutils/gstreamer1-plugins-cdio/Makefile deleted file mode 100644 index e75f0104c..000000000 --- a/sysutils/gstreamer1-plugins-cdio/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION= 0 -CATEGORIES= sysutils - -COMMENT= Gstreamer compact disc input and control library - -GST_PLUGIN= cdio -DIST= ugly - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/sysutils/polkit-gnome/Makefile b/sysutils/polkit-gnome/Makefile index 4a7b38fed..8f3ad264d 100644 --- a/sysutils/polkit-gnome/Makefile +++ b/sysutils/polkit-gnome/Makefile @@ -15,7 +15,6 @@ LIB_DEPENDS= polkit-gobject-1:${PORTSDIR}/sysutils/polkit USE_XZ= yes USE_GMAKE= yes USES= gettext pathfix -USE_GETTEXT= yes USE_GNOME= gnomeprefix gtk20 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes |