diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-12 00:21:10 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-12 00:21:10 +0000 |
commit | 107bfacba9383e0e28884a8425dd8e5cfdd807b9 (patch) | |
tree | 17dfb83a48d58043193fc6b92dfe64322eb6db76 /comms/xnecview | |
parent | 46e88f9dc1cd96da09f7346e695e8b295533210a (diff) |
Add explicit dependency on pkgconf (27 ports)
Notes
Notes:
svn path=/head/; revision=327018
Diffstat (limited to 'comms/xnecview')
-rw-r--r-- | comms/xnecview/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/comms/xnecview/Makefile b/comms/xnecview/Makefile index 11d2a8a31dea..a3542551727b 100644 --- a/comms/xnecview/Makefile +++ b/comms/xnecview/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: xnecview -# Date created: 2006-03-18 -# Whom: Søren Straarup <xride@x12.dk> -# +# Created by: Søren Straarup <xride@x12.dk> # $FreeBSD$ PORTNAME= xnecview @@ -17,8 +14,8 @@ COMMENT= A X viewer of nec2c data LIB_DEPENDS= png15:${PORTSDIR}/graphics/png RUN_DEPENDS= nec2c:${PORTSDIR}/comms/nec2c +USES= gmake pkgconfig USE_GNOME= gtk20 -USE_GMAKE= yes MAN1= xnecview.1 PLIST_FILES= bin/xnecview |