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/genius | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'deskutils/genius')
-rw-r--r-- | deskutils/genius/Makefile | 4 | ||||
-rw-r--r-- | deskutils/genius/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile index a8d71e3eb04d..39299faa252d 100644 --- a/deskutils/genius/Makefile +++ b/deskutils/genius/Makefile @@ -7,7 +7,7 @@ PORTNAME= genius PORTVERSION= 0.7.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ http://ftp.5z.com/pub/genius/ @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget gtksourceview intlhack \ libgnomeui vte USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes LIBTOOLFILES= configure mpfr/configure CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/deskutils/genius/pkg-plist b/deskutils/genius/pkg-plist index a39a17d7b1fd..649029731b46 100644 --- a/deskutils/genius/pkg-plist +++ b/deskutils/genius/pkg-plist @@ -14,6 +14,8 @@ include/genius/mpzextra.h include/genius/plug_api.h include/genius/structs.h include/genius/utype.h +lib/genius/libtestplugin.a +lib/genius/libtestplugin.la lib/genius/libtestplugin.so libexec/genius-readline-helper-fifo share/gnome/application-registry/genius.applications |