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 /devel/guichan | |
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 'devel/guichan')
-rw-r--r-- | devel/guichan/Makefile | 3 | ||||
-rw-r--r-- | devel/guichan/pkg-plist | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/guichan/Makefile b/devel/guichan/Makefile index 0562eae43dbc..4e7a3ea076b0 100644 --- a/devel/guichan/Makefile +++ b/devel/guichan/Makefile @@ -7,7 +7,7 @@ PORTNAME= guichan PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +23,6 @@ USE_SDL= sdl image USE_GMAKE= yes USE_GCC= 3.2+ USE_AUTOTOOLS= libtool:15 -GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-allegro INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%LOCALBASE%%/lib diff --git a/devel/guichan/pkg-plist b/devel/guichan/pkg-plist index bd33c65f72bc..d096c6cc011a 100644 --- a/devel/guichan/pkg-plist +++ b/devel/guichan/pkg-plist @@ -45,12 +45,15 @@ include/guichan/widgets/textfield.hpp include/guichan/widgets/window.hpp include/guichan/x.hpp lib/libguichan.a +lib/libguichan.la lib/libguichan.so lib/libguichan.so.0 lib/libguichan_opengl.a +lib/libguichan_opengl.la lib/libguichan_opengl.so lib/libguichan_opengl.so.0 lib/libguichan_sdl.a +lib/libguichan_sdl.la lib/libguichan_sdl.so lib/libguichan_sdl.so.0 @dirrm include/guichan/widgets |