diff options
Diffstat (limited to 'sysutils/cinnamon-settings-daemon/Makefile')
| -rw-r--r-- | sysutils/cinnamon-settings-daemon/Makefile | 8 | 
1 files changed, 3 insertions, 5 deletions
| diff --git a/sysutils/cinnamon-settings-daemon/Makefile b/sysutils/cinnamon-settings-daemon/Makefile index 58645bb66..450a1454a 100644 --- a/sysutils/cinnamon-settings-daemon/Makefile +++ b/sysutils/cinnamon-settings-daemon/Makefile @@ -30,10 +30,10 @@ RUN_DEPENDS=	cinnamon-session:${PORTSDIR}/x11/cinnamon-session \  USE_GNOME=	gnomehier gnomeprefix intlhack libgnomekbd \  		libxslt:build -USES=		gettext gmake pathfix pkgconfig tar:xz +USES=		gettext libtool:keepla gmake pathfix pkgconfig tar:xz  USE_XORG=	xxf86misc  GNU_CONFIGURE=	yes -USE_AUTOTOOLS=	libtool autoconf automake +USE_AUTOTOOLS=	libtoolize autoconf automake  PATHFIX_MAKEFILEIN=	Makefile.am  INSTALLS_ICONS=	yes  USE_LDCONFIG=	yes @@ -43,6 +43,7 @@ CONFIGURE_ARGS=	--disable-gudev \  		--with-gnome-distributor="FreeBSD GNOME Project"  CPPFLAGS+=	-I${LOCALBASE}/include  LDFLAGS+=	-L${LOCALBASE}/lib +INSTALL_TARGET=	install-strip  GLIB_SCHEMAS=	org.cinnamon.settings-daemon.enums.xml \  		org.cinnamon.settings-daemon.peripherals.gschema.xml \ @@ -89,7 +90,4 @@ post-patch:  pre-configure:  	cd ${WRKSRC} && NOCONFIGURE=yes ${SH} ./autogen.sh -post-install: -	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/cinnamon-settings-daemon-3.0/lib*.so -  .include <bsd.port.mk> | 
