aboutsummaryrefslogtreecommitdiffstats
path: root/news/pan/Makefile
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-06-14 06:59:07 +0800
committerade <ade@FreeBSD.org>2000-06-14 06:59:07 +0800
commit6b254208f6fb475b6ab28a3d3d0bc7508fb6bcf5 (patch)
tree30274e7c1821896fdba7f8bc0cc9e220249461a2 /news/pan/Makefile
parent9d2f3d9ece37fd65f620b1ee112154b89848c229 (diff)
downloadfreebsd-ports-gnome-6b254208f6fb475b6ab28a3d3d0bc7508fb6bcf5.tar.gz
freebsd-ports-gnome-6b254208f6fb475b6ab28a3d3d0bc7508fb6bcf5.tar.zst
freebsd-ports-gnome-6b254208f6fb475b6ab28a3d3d0bc7508fb6bcf5.zip
Use print/gnomeprint and replace supplied uulib library with the
shared version from converters/uulib
Diffstat (limited to 'news/pan/Makefile')
-rw-r--r--news/pan/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile
index 144afe9f17da..57ba8ad139e9 100644
--- a/news/pan/Makefile
+++ b/news/pan/Makefile
@@ -12,7 +12,9 @@ MASTER_SITES= ftp://source.rebelbase.com/pub/pan/${PORTVERSION}/
MAINTAINER= ade@FreeBSD.org
-LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs
+LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
+ gnomeprint.9:${PORTSDIR}/print/gnomeprint \
+ uu.1:${PORTSDIR}/converters/uulib
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
@@ -25,6 +27,6 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GLIB_CONFIG="${GLIB_CONFIG}" \
GTK_CONFIG="${GTK_CONFIG}" \
- LIBS="-L${LOCALBASE}/lib"
+ LIBS="-L${LOCALBASE}/lib -luu"
.include <bsd.port.mk>