diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-26 23:57:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-26 23:57:10 +0800 |
commit | b2f0f759cac5f964d0391bd9f0e9b4120e9c4fba (patch) | |
tree | e91698c23f8ae52141e27af4e9ee4f5fa9375b65 /games | |
parent | 06c6ff08af2a9f97cc92ad51fdd3d5cf9fecdfbc (diff) | |
download | freebsd-ports-gnome-b2f0f759cac5f964d0391bd9f0e9b4120e9c4fba.tar.gz freebsd-ports-gnome-b2f0f759cac5f964d0391bd9f0e9b4120e9c4fba.tar.zst freebsd-ports-gnome-b2f0f759cac5f964d0391bd9f0e9b4120e9c4fba.zip |
- Remove USE_X_PREFIX
- Fix USE_GL
PR: 121972
Submitted by: Chess Griffin <chess@chessgriffin.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/ensemblist/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/ensemblist/Makefile b/games/ensemblist/Makefile index 8239ea21f48b..01d1dad928e3 100644 --- a/games/ensemblist/Makefile +++ b/games/ensemblist/Makefile @@ -7,7 +7,7 @@ PORTNAME= ensemblist PORTVERSION= 040126 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,8 +20,7 @@ LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut \ png.5:${PORTSDIR}/graphics/png USE_GMAKE= yes -USE_GL= yes -USE_X_PREFIX= yes +USE_GL= gl MAKE_ARGS= CC="${CC}" DATADIR="${DATADIR}" PLIST= ${WRKDIR}/pkg-plist |