aboutsummaryrefslogtreecommitdiff
path: root/graphics/comical
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-12-01 07:39:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-12-01 07:39:02 +0000
commitd750615763ee2d3250de2115295079f66d813d1f (patch)
tree05b94e79be3ac272b9b617e50fc723ea52c6cf34 /graphics/comical
parent767bcfc72cf9c3574739d745cff6620fa75b0e74 (diff)
downloadports-d750615763ee2d3250de2115295079f66d813d1f.tar.gz
ports-d750615763ee2d3250de2115295079f66d813d1f.zip
- Use features of bsd.wx.mk, especially USE_WX
PR: ports/101613 Submitted by: alepulver
Notes
Notes: svn path=/head/; revision=178433
Diffstat (limited to 'graphics/comical')
-rw-r--r--graphics/comical/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/comical/Makefile b/graphics/comical/Makefile
index 44caa75c8c0b..e4f0e58c92c9 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>