diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /devel/sdl12 | |
parent | Unbreak: make it fetchable again (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'devel/sdl12')
-rw-r--r-- | devel/sdl12/Makefile | 4 | ||||
-rw-r--r-- | devel/sdl12/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile index c5ba077105f7..003b5d956095 100644 --- a/devel/sdl12/Makefile +++ b/devel/sdl12/Makefile @@ -7,7 +7,7 @@ PORTNAME= sdl PORTVERSION= 1.2.9 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/release/ @@ -21,7 +21,7 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm INSTALLS_SHLIB= yes USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes WANT_GNOME= yes CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ diff --git a/devel/sdl12/pkg-plist b/devel/sdl12/pkg-plist index 17a497ab2164..685526eba179 100644 --- a/devel/sdl12/pkg-plist +++ b/devel/sdl12/pkg-plist @@ -30,6 +30,7 @@ include/SDL11/SDL_video.h include/SDL11/begin_code.h include/SDL11/close_code.h lib/libSDL-1.1.a +lib/libSDL-1.1.la lib/libSDL-1.1.so lib/libSDL-1.1.so.7 lib/libSDLmain-1.1.a |