aboutsummaryrefslogtreecommitdiff
path: root/graphics/smpeg
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-10-05 06:36:23 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-10-05 06:36:23 +0000
commitfda2e985daa21bcac7cf4e4882e560933d7ad5e8 (patch)
tree4ccb4a868e97ff347416395233e3825776b24951 /graphics/smpeg
parentd0cdca8bc326260560504ebb5d4b206942ca5125 (diff)
downloadports-fda2e985daa21bcac7cf4e4882e560933d7ad5e8.tar.gz
ports-fda2e985daa21bcac7cf4e4882e560933d7ad5e8.zip
Notes
Diffstat (limited to 'graphics/smpeg')
-rw-r--r--graphics/smpeg/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/smpeg/Makefile b/graphics/smpeg/Makefile
index 5f3d7dccdaaa..076823110601 100644
--- a/graphics/smpeg/Makefile
+++ b/graphics/smpeg/Makefile
@@ -16,16 +16,15 @@ MASTER_SITES= ftp://ftp.lokigames.com/pub/open-source/smpeg/ \
MAINTAINER= cpiazza@FreeBSD.org
-LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel \
- gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel
-GTK_CONFIG= ${X11BASE}/bin/gtk12-config
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
-GNU_CONFIGURE= yes
+
USE_GMAKE= yes
+USE_GTK= yes
+GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
-CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
- SDL_CONFIG="${SDL_CONFIG}" \
+CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
GLBASE="${X11BASE}" \
CPPFLAGS="-I${X11BASE}/include"