diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-02-01 05:46:11 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-02-01 05:46:11 +0800 |
commit | 39ebe14448bad1824093970aa5168eb16e0977bf (patch) | |
tree | 5a3115a1ac000ec62e25713a0e58ba63a287ba47 /emulators | |
parent | 0f241e98df42eb642c7d3ff2ea509f1879b69e49 (diff) | |
download | freebsd-ports-gnome-39ebe14448bad1824093970aa5168eb16e0977bf.tar.gz freebsd-ports-gnome-39ebe14448bad1824093970aa5168eb16e0977bf.tar.zst freebsd-ports-gnome-39ebe14448bad1824093970aa5168eb16e0977bf.zip |
- Add missing USE_XORG
- Switch to options helpers
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vgb-bin/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/vgb-bin/Makefile b/emulators/vgb-bin/Makefile index 9ba65be19a25..d8950f61d7b8 100644 --- a/emulators/vgb-bin/Makefile +++ b/emulators/vgb-bin/Makefile @@ -3,7 +3,7 @@ PORTNAME= vgb PORTVERSION= 3.0 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= http://fms.komkon.org/VGB/ @@ -19,6 +19,7 @@ LIB_DEPENDS= libc.so.5:${PORTSDIR}/misc/compat5x IA32_BINARY_PORT= yes NO_BUILD= no NO_WRKSUBDIR= no +USE_XORG= x11 xext PLIST_FILES= bin/vgb PORTDATA= CART.GB @@ -30,6 +31,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vgb ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/CART.GB ${STAGEDIR}${DATADIR} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/VGB.html ${STAGEDIR}${DOCSDIR} |