aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-02-25 03:40:06 +0800
committerkrion <krion@FreeBSD.org>2004-02-25 03:40:06 +0800
commit52cb620535163531e1937f73645f3c9b771e3eb2 (patch)
treea7c2cd77a592e505b617af77227b9138e1361fd7
parent4dc2fd5eeb50bdf08241df3a5c479c281dda665d (diff)
downloadfreebsd-ports-gnome-52cb620535163531e1937f73645f3c9b771e3eb2.tar.gz
freebsd-ports-gnome-52cb620535163531e1937f73645f3c9b771e3eb2.tar.zst
freebsd-ports-gnome-52cb620535163531e1937f73645f3c9b771e3eb2.zip
- Fix INDEX build
No cookies for: patrick
-rw-r--r--comms/xlog/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile
index 56bf507d5803..c2fdb72bc039 100644
--- a/comms/xlog/Makefile
+++ b/comms/xlog/Makefile
@@ -6,28 +6,29 @@
PORTNAME= xlog
PORTVERSION= 0.9.1
-PORTREVISION= 0
CATEGORIES= comms
-MASTER_SITES= http://www.qsl.net/pg4i/download/
+MASTER_SITES= http://www.qsl.net/pg4i/download/
MAINTAINER= patrick@FreeBSD.org
COMMENT= An Amateur Radio station logging application
-USE_GNOME= gtk20
+USE_GNOME= gtk20
GNU_CONFIGURE= yes
MAN1= xlog.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
.if defined(WITH_HAMLIB)
-LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib
-CONFIGURE_ARGS+= --enable-hamlib
-PLIST_SUB+= HAMLIB=""
-USE_PKGCONFIG= yes
+LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib
+CONFIGURE_ARGS+= --enable-hamlib
+PLIST_SUB+= HAMLIB=""
+USE_GNOME= pkgconfig
.endif
pre-extract:
.if !defined(WITH_HAMLIB)
@${ECHO_MSG} "You can enable hamlib support for Xlog by defining WITH_HAMLIB"
.endif
+
+.include <bsd.port.post.mk>