diff options
Diffstat (limited to 'games/freedink-dfarc/Makefile')
-rw-r--r-- | games/freedink-dfarc/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/games/freedink-dfarc/Makefile b/games/freedink-dfarc/Makefile index 10729f86b030..b17b6266445e 100644 --- a/games/freedink-dfarc/Makefile +++ b/games/freedink-dfarc/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: syncterm -# Date created: 3 October 2006 -# Whom: shurd -# +# Created by: shurd # $FreeBSD$ -# PORTNAME= freedink-dfarc PORTVERSION= 3.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= freedink @@ -16,12 +12,11 @@ DISTNAME= dfarc-${PORTVERSION} MAINTAINER= shurd@sasktel.net COMMENT= Frontend and .dmod installer for GNU FreeDink -LIB_DEPENDS= iconv:${PORTSDIR}/textproc/intltool - USE_GMAKE= yes USE_WX= 2.6+ GNU_CONFIGURE= yes INSTALLS_ICONS= yes +USE_GNOME= intltool CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --disable-upx --disable-static MAN1= dfarc.1 |