aboutsummaryrefslogtreecommitdiffstats
path: root/lang/mdk/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-04-11 09:10:22 +0800
committerijliao <ijliao@FreeBSD.org>2001-04-11 09:10:22 +0800
commit563478f388014e649d97c873cb9f634e0138fb52 (patch)
treec9926d3616bffc733fcda4e9f4cbf6f3417dfdcc /lang/mdk/Makefile
parentf6d3da9bd1e1300e0617cebd138adbd4888c39d5 (diff)
downloadfreebsd-ports-gnome-563478f388014e649d97c873cb9f634e0138fb52.tar.gz
freebsd-ports-gnome-563478f388014e649d97c873cb9f634e0138fb52.tar.zst
freebsd-ports-gnome-563478f388014e649d97c873cb9f634e0138fb52.zip
upgrade to 0.3.1
add GUI support
Diffstat (limited to 'lang/mdk/Makefile')
-rw-r--r--lang/mdk/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile
index 896876b4b24d..c95cd3c8ca15 100644
--- a/lang/mdk/Makefile
+++ b/lang/mdk/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= mdk
-PORTVERSION= 0.3
+PORTVERSION= 0.3.1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU} \
${MASTER_SITE_SOURCEFORGE}
@@ -16,16 +16,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ijliao@FreeBSD.org
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
- intl.1:${PORTSDIR}/devel/gettext
-# glade.4:${PORTSDIR}/devel/libglade
+ intl.1:${PORTSDIR}/devel/gettext \
+ glade.4:${PORTSDIR}/devel/libglade
-# gui depends on some GNU specific stdio function, so disable it first :<
-# I've contacted the author for help
USE_GLIB= yes
-#USE_GTK= yes
+USE_GTK= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-gui
USE_GMAKE= yes
MAKE_ARGS= LDFLAGS="${CFLAGS} -L${LOCALBASE}/lib -lgnugetopt"