diff options
author | pav <pav@FreeBSD.org> | 2006-12-01 07:39:02 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-12-01 07:39:02 +0000 |
commit | 92d21b3194c49cedf08339e7514171807a9c6196 (patch) | |
tree | 9c146b3b2fdea9918389f3184052481e51ccf2f9 /graphics/comical | |
parent | 977deb3eb313758a6e81aa2d1d05565d53d51455 (diff) | |
download | FreeBSD-ports-92d21b3194c49cedf08339e7514171807a9c6196.zip FreeBSD-ports-92d21b3194c49cedf08339e7514171807a9c6196.tar.gz |
- Use features of bsd.wx.mk, especially USE_WX
PR: ports/101613
Submitted by: alepulver
Diffstat (limited to 'graphics/comical')
-rw-r--r-- | graphics/comical/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/comical/Makefile b/graphics/comical/Makefile index 44caa75..e4f0e58 100644 --- a/graphics/comical/Makefile +++ b/graphics/comical/Makefile @@ -15,12 +15,11 @@ MASTER_SITES= http://www.mcaree.org/Comical/ \ MAINTAINER= john@mcaree.org COMMENT= A sequential image viewer -LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 - USE_GMAKE= yes +USE_WX= 2.4 +WX_CONF_ARGS= absolute GNU_CONFIGURE= yes USE_X_PREFIX= yes -CONFIGURE_ARGS= --with-wx-config=${X11BASE}/bin/wxgtk2-2.4-config .include <bsd.port.pre.mk> |