diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-20 20:59:26 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-20 20:59:26 +0000 |
commit | 4c0150cb03fccd52616b34bf6302f76492be5478 (patch) | |
tree | 6f62eb6185a79961345221d669d1118c27b287a0 /devel | |
parent | 55b3a163473548db3382b70238d676530d59bc4c (diff) |
fix build on 4
Noted by: kris
Notes
Notes:
svn path=/head/; revision=135735
Diffstat (limited to 'devel')
-rw-r--r-- | devel/wftk/Makefile | 3 | ||||
-rw-r--r-- | devel/wftk/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/wftk/Makefile b/devel/wftk/Makefile index 31a42f2dc11f..0101b00e9092 100644 --- a/devel/wftk/Makefile +++ b/devel/wftk/Makefile @@ -20,12 +20,13 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ OPTIONS= SDL_MIXER "music and sound support" off USE_FREETYPE= yes -USE_LIBTOOL_VER=15 +USE_INC_LIBTOOL_VER=15 USE_SDL= sdl GNU_CONFIGURE= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GNOME= gnomehack +USE_GCC= 3.4+ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" CONFIGURE_ARGS= --with-png-prefix=${LOCALBASE} diff --git a/devel/wftk/pkg-plist b/devel/wftk/pkg-plist index 12a855eb57dd..9c5980fcbea8 100644 --- a/devel/wftk/pkg-plist +++ b/devel/wftk/pkg-plist @@ -61,7 +61,7 @@ include/wftk-0.7/wftk/string_hash_map.h include/wftk-0.7/wftk/version.h lib/libwftk-0.7.so.2 lib/libwftk-0.7.so -lib/libwftk-0.7.a +lib/libwftk-0.7.la libdata/pkgconfig/wftk-0.7.pc @dirrm include/wftk-0.7/wftk @dirrm include/wftk-0.7 |