diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-24 05:58:23 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-24 05:58:23 +0800 |
commit | 624e2a3298c420f6e0749998f618f2f5500d820c (patch) | |
tree | e71fc179a20c33dd34ee90919492f5433db94447 /x11/gnome-applets | |
parent | 571e927646ab490e49fcdd3f58953a1548827836 (diff) | |
download | marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.tar marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.tar.gz marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.tar.bz2 marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.tar.lz marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.tar.xz marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.tar.zst marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.zip |
- Use new libtool stuff
- Use USE_GETTEXT where needed
- Use dirrmtry
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5740 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-applets')
-rw-r--r-- | x11/gnome-applets/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 27b4286cc..44685e4fd 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnomeapplets2/Makefile,v 1.102 2006/02/12 20:12:28 marcus Exp $ +# $MCom: ports/x11/gnomeapplets2/Makefile,v 1.103 2006/02/20 06:06:41 marcus Exp $ # PORTNAME= gnomeapplets2 @@ -24,6 +24,7 @@ LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop2 \ gucharmap.4:${PORTSDIR}/deskutils/gucharmap RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/system-tools-backends.pc:${PORTSDIR}/sysutils/gnomesystemtools +USE_GETTEXT= yes USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes @@ -33,7 +34,7 @@ INSTALLS_ICONS= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \ gail gnomedocutils USE_GSTREAMER= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gstreamer=0.10 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ |