summaryrefslogtreecommitdiff
path: root/misc/gplbp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--misc/gplbp/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/misc/gplbp/Makefile b/misc/gplbp/Makefile
index f3549712bfcf..f4b9a8022641 100644
--- a/misc/gplbp/Makefile
+++ b/misc/gplbp/Makefile
@@ -12,17 +12,9 @@ MASTER_SITES= ftp://ftp.stampede.org/skibum/
MAINTAINER= jedgar@FreeBSD.org
-LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
-
-GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
USE_X_PREFIX= yes
USE_GMAKE= yes
+USE_GTK= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-x
-CONFIGURE_ENV+= CFLAGS="${CFLAGS}" \
- GLIB_CONFIG="${GLIB_CONFIG}" \
- GTK_CONFIG="${GTK_CONFIG}"
.include <bsd.port.mk>