diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-09 18:54:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-09 18:54:28 +0000 |
commit | 11008fac27e5485282926e61cd96bac1a4ae3069 (patch) | |
tree | 3b969fb0c53d4fb2ae1cc9be5ebaeeab1ed7e2c9 /ports-mgmt | |
parent | 91aef48724f00ea5b70b061a0f80e8a21301e82e (diff) | |
download | ports-11008fac27e5485282926e61cd96bac1a4ae3069.tar.gz ports-11008fac27e5485282926e61cd96bac1a4ae3069.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/bxpkg/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ports-mgmt/bxpkg/Makefile b/ports-mgmt/bxpkg/Makefile index 50a13be3eb28..0cfdc011c7c1 100644 --- a/ports-mgmt/bxpkg/Makefile +++ b/ports-mgmt/bxpkg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bxpkg -# Date Created: 7 February 2011 -# Whom: Kostas Petrikas <kpetrikas@gmail.com> -# +# Created by: Kostas Petrikas <kpetrikas@gmail.com> # $FreeBSD$ -# PORTNAME= bxpkg DISTVERSION= 0.0.4_0 @@ -15,6 +11,7 @@ DISTNAME= ${PORTNAME}-${DISTVERSION} MAINTAINER= kpetrikas@gmail.com COMMENT= bxPKG is a GTK+ based tool to manage binary packages on BSD systems. +USES= pkgconfig USE_XORG= x11 USE_GNOME= gtk20 |