aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libXaw
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-04-12 07:44:29 +0800
committermarcus <marcus@FreeBSD.org>2004-04-12 07:44:29 +0800
commit80a63ebeda3d2daa5ee3db702eb94eebf3a9d5b2 (patch)
tree68c095e728c45a93ab987f4e625a15447920939d /x11-toolkits/libXaw
parentabf3e089628c475d089b9f16a2598542651d440e (diff)
downloadfreebsd-ports-graphics-80a63ebeda3d2daa5ee3db702eb94eebf3a9d5b2.tar.gz
freebsd-ports-graphics-80a63ebeda3d2daa5ee3db702eb94eebf3a9d5b2.tar.zst
freebsd-ports-graphics-80a63ebeda3d2daa5ee3db702eb94eebf3a9d5b2.zip
* Add a missing build dependency on xextensions [1]
* Add a man page to MAN3 Reported by: bento via kris [1]
Diffstat (limited to 'x11-toolkits/libXaw')
-rw-r--r--x11-toolkits/libXaw/Makefile3
-rw-r--r--x11-toolkits/libXaw/pkg-plist1
2 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/libXaw/Makefile b/x11-toolkits/libXaw/Makefile
index 080da5e1872..8c479f0cdc4 100644
--- a/x11-toolkits/libXaw/Makefile
+++ b/x11-toolkits/libXaw/Makefile
@@ -18,6 +18,7 @@ LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \
${X11BASE}/libdata/pkgconfig/xt.pc:${PORTSDIR}/x11-toolkits/libXt \
${X11BASE}/libdata/pkgconfig/xmu.pc:${PORTSDIR}/x11-toolkits/libXmu
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
+ ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \
${LIB_PC_DEPENDS}
RUN_DEPENDS= ${LIB_PC_DEPENDS}
@@ -31,4 +32,6 @@ CFLAGS+= -DMALLOC_0_RETURNS_NULL
INSTALLS_SHLIB= yes
USE_GNOME= gnomehack pkgconfig
+MAN3= Xaw.3
+
.include <bsd.port.mk>
diff --git a/x11-toolkits/libXaw/pkg-plist b/x11-toolkits/libXaw/pkg-plist
index 8e5db26746a..993b8976f88 100644
--- a/x11-toolkits/libXaw/pkg-plist
+++ b/x11-toolkits/libXaw/pkg-plist
@@ -73,4 +73,3 @@ lib/libXaw.la
lib/libXaw.so
lib/libXaw.so.7
libdata/pkgconfig/xaw.pc
-man/man3/Xaw.3