diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 20:37:49 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 20:37:49 +0800 |
commit | 07c30cdc1bbfd1a00e2b0f431de97b0f3c771dbd (patch) | |
tree | a379a0e8f8dc2eeab0037b8c0295ebdb451d5f64 /x11-toolkits | |
parent | 8b9f3947f3e765f846eded78a65d9ce6d68578c9 (diff) | |
download | freebsd-ports-gnome-07c30cdc1bbfd1a00e2b0f431de97b0f3c771dbd.tar.gz freebsd-ports-gnome-07c30cdc1bbfd1a00e2b0f431de97b0f3c771dbd.tar.zst freebsd-ports-gnome-07c30cdc1bbfd1a00e2b0f431de97b0f3c771dbd.zip |
Support stage
USES=libtool
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/eel/Makefile | 11 | ||||
-rw-r--r-- | x11-toolkits/eel/pkg-plist | 1 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-toolkits/eel/Makefile b/x11-toolkits/eel/Makefile index 6b39635f9781..3c59958e9e0a 100644 --- a/x11-toolkits/eel/Makefile +++ b/x11-toolkits/eel/Makefile @@ -4,7 +4,7 @@ PORTNAME= eel PORTVERSION= 2.26.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -12,16 +12,15 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Generally useful classes and extensions to GNOME -USES= gettext gmake pkgconfig -USE_BZIP2= yes +USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 USE_XORG= xrender GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomeprefix gnomehack gnomedesktop ltverhack intlhack -USE_AUTOTOOLS= libtool +USE_GNOME= gnomeprefix gnomedesktop intlhack USE_LDCONFIG= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --enable-static CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +INSTALL_TARGET= install-strip -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/eel/pkg-plist b/x11-toolkits/eel/pkg-plist index 0f0359203909..db693a80b84c 100644 --- a/x11-toolkits/eel/pkg-plist +++ b/x11-toolkits/eel/pkg-plist @@ -40,6 +40,7 @@ lib/libeel-2.a lib/libeel-2.la lib/libeel-2.so lib/libeel-2.so.2 +lib/libeel-2.so.2.26.0 libdata/pkgconfig/eel-2.0.pc share/locale/am/LC_MESSAGES/eel-2.0.mo share/locale/ang/LC_MESSAGES/eel-2.0.mo |