summaryrefslogtreecommitdiff
path: root/mail/pmail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/pmail/Makefile')
-rw-r--r--mail/pmail/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/mail/pmail/Makefile b/mail/pmail/Makefile
index f12c47d538e6..d13506635b68 100644
--- a/mail/pmail/Makefile
+++ b/mail/pmail/Makefile
@@ -16,16 +16,12 @@ BUILD_DEPENDS= ${PYTHON_LIBDIR}/site-packages/_gnomemodule.so:${PORTSDIR}/x11-to
LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade
RUN_DEPENDS= ${PYTHON_LIBDIR}/site-packages/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome
+USE_X_PREFIX= yes
USE_GMAKE= yes
USE_PYTHON= yes
+USE_GNOME= yes
GNU_CONFIGURE= yes
-
-GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \
- GTK_CONFIG="${GTK_CONFIG}" \
- CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>