diff options
-rw-r--r-- | x11-wm/enlightenment-docs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/enlightenment-docs/Makefile b/x11-wm/enlightenment-docs/Makefile index 31c3c272ebc9..117391b96aca 100644 --- a/x11-wm/enlightenment-docs/Makefile +++ b/x11-wm/enlightenment-docs/Makefile @@ -13,11 +13,10 @@ COMMENT= Data files of enlightenment DOX RUN_DEPENDS= ${LOCALBASE}/bin/e16:${PORTSDIR}/x11-wm/e16 +USES= gmake USE_XORG= x11 -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-fsstd DATADIR= ${PREFIX}/share/e16 -NO_STAGE= yes .include <bsd.port.mk> |