diff options
Diffstat (limited to 'graphics/gtkdps')
-rw-r--r-- | graphics/gtkdps/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index 3299b7086735..feeb40880a3a 100644 --- a/graphics/gtkdps/Makefile +++ b/graphics/gtkdps/Makefile @@ -13,13 +13,13 @@ DISTNAME= gtkDPS-${PORTVERSION} MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 BUILD_DEPENDS= pswrap:${PORTSDIR}/x11/dgs +RUN_DEPENDS= pswrap:${PORTSDIR}/x11/dgs -CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \ - --with-dps-libraries=${X11BASE}/lib -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +USE_GTK= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \ + --with-dps-libraries=${X11BASE}/lib .include <bsd.port.mk> |