diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /emulators/mupen64-gln64 | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes
Notes:
svn path=/head/; revision=191544
Diffstat (limited to 'emulators/mupen64-gln64')
-rw-r--r-- | emulators/mupen64-gln64/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/mupen64-gln64/Makefile b/emulators/mupen64-gln64/Makefile index ba90c9f4176e..e17940352e90 100644 --- a/emulators/mupen64-gln64/Makefile +++ b/emulators/mupen64-gln64/Makefile @@ -7,7 +7,7 @@ PORTNAME= mupen64 PORTVERSION= 0.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES+= emulators MASTER_SITES= http://mupen64.emulation64.com/files/0.4/ PKGNAMESUFFIX= -gln64 @@ -19,6 +19,7 @@ COMMENT= GlN64 graphics plugin for Mupen64 USE_BZIP2= yes USE_GMAKE= yes USE_SDL= sdl +USE_GL= gl USE_GNOME= gtk12 USE_GCC= 3.4 ONLY_FOR_ARCHS= i386 |