diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /deskutils/yank | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-graphics-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-graphics-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-graphics-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'deskutils/yank')
-rw-r--r-- | deskutils/yank/Makefile | 4 | ||||
-rw-r--r-- | deskutils/yank/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/yank/Makefile b/deskutils/yank/Makefile index 0fcfc388acd..25796c1f94e 100644 --- a/deskutils/yank/Makefile +++ b/deskutils/yank/Makefile @@ -7,7 +7,7 @@ PORTNAME= yank PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= yank @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes USE_GNOME= gnomelibs gnomehack gnomeprefix -USE_AUTOTOOLS= libtool:13 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib" diff --git a/deskutils/yank/pkg-plist b/deskutils/yank/pkg-plist index 2cc282f6f43..43f71be543a 100644 --- a/deskutils/yank/pkg-plist +++ b/deskutils/yank/pkg-plist @@ -1,4 +1,5 @@ bin/yank +lib/yank/plugins/%%PORTVERSION%%/libPgp5.a lib/yank/plugins/%%PORTVERSION%%/libPgp5.la lib/yank/plugins/%%PORTVERSION%%/libPgp5.so share/gnome/apps/Applications/yank.desktop |