diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-23 13:08:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-23 13:08:41 +0000 |
commit | 21646392b027298c4aca08ad5386649a6869ccea (patch) | |
tree | 902ae1e48303d70f1045908f9eb477d7722924c8 /graphics/xaos/Makefile | |
parent | 6c8d9e9eb93b758a9136ea26f6d089c61feae712 (diff) |
Notes
Diffstat (limited to 'graphics/xaos/Makefile')
-rw-r--r-- | graphics/xaos/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/xaos/Makefile b/graphics/xaos/Makefile index cf9f85741dfc..3090c3015633 100644 --- a/graphics/xaos/Makefile +++ b/graphics/xaos/Makefile @@ -10,11 +10,11 @@ MASTER_SITES= SF/${PORTNAME}/XaoS/${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= Real-time fractal browser -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png +USES= gmake USE_XORG= x11 xext GNU_CONFIGURE= yes -USE_GMAKE= yes OPTIONS_DEFINE= GTK2 PTHREAD NLS GTK2_DESC= GTK+ User Interface (experimental) @@ -26,14 +26,12 @@ CONFIGURE_ARGS= --with-aa-driver=no --with-dga-driver=no \ --with-ggi-driver=no --with-svga-driver=no \ --with-sffe=no -MAN6= xaos.6 INFO= xaos PLIST_SUB+= XAOSDIR="share/XaoS" DESKTOP_ENTRIES= "XaoS" "${COMMENT}" "" "xaos" "" false -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPTHREAD} |