diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
commit | 64cf27c85d89298041b8c8dc2fd090181e6d10d8 (patch) | |
tree | 11668b893f94453b0262a155d53e6eac8dd4a6f5 /graphics/linux_glx | |
parent | 440d8863c8d496b982754e2a71867892213a902b (diff) | |
download | ports-64cf27c85d89298041b8c8dc2fd090181e6d10d8.tar.gz ports-64cf27c85d89298041b8c8dc2fd090181e6d10d8.zip |
Notes
Diffstat (limited to 'graphics/linux_glx')
-rw-r--r-- | graphics/linux_glx/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/linux_glx/Makefile b/graphics/linux_glx/Makefile index 97eed90295ee..0a9c33a1abb5 100644 --- a/graphics/linux_glx/Makefile +++ b/graphics/linux_glx/Makefile @@ -7,21 +7,22 @@ PORTNAME= glx PORTVERSION= 991127 +PORTREVISION= 1 CATEGORIES= graphics linux MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= 3d/glx/linux PKGNAMEPREFIX= linux_ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Libraries to make use of glx-aware Linux apps -BUILD_DEPENDS= /compat/linux/sbin/ldconfig:${PORTSDIR}/emulators/linux_base +BUILD_DEPENDS= ${LINUXBASE}/sbin/ldconfig:${PORTSDIR}/emulators/linux_base-8 USE_BZIP2= yes NO_BUILD= yes -PREFIX= /compat/linux +USE_LINUX_PREFIX=yes NO_MTREE= yes WRKSRC= ${WRKDIR}/linux_glx |