diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 14:34:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 14:34:47 +0800 |
commit | 95ea403f649d35f0c39296eb2099ac8f61130d59 (patch) | |
tree | b30102687ef5c1ab28ebc1ef135357c7ae631a39 /converters/gbase | |
parent | 8b0c2acbd6e47f443b9e3d1ce8001fa4e579caef (diff) | |
download | freebsd-ports-gnome-95ea403f649d35f0c39296eb2099ac8f61130d59.tar.gz freebsd-ports-gnome-95ea403f649d35f0c39296eb2099ac8f61130d59.tar.zst freebsd-ports-gnome-95ea403f649d35f0c39296eb2099ac8f61130d59.zip |
Convert all c categories to USE=pkgconfig
Diffstat (limited to 'converters/gbase')
-rw-r--r-- | converters/gbase/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/converters/gbase/Makefile b/converters/gbase/Makefile index 91762c9615f1..eed5a7b6549f 100644 --- a/converters/gbase/Makefile +++ b/converters/gbase/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gbase -# Date created: Fri Sep 7 22:08:24 EDT 2001 -# Whom: Patrick Li <pat@databits.net> -# +# Created by: Patrick Li <pat@databits.net> # $FreeBSD$ -# PORTNAME= gbase PORTVERSION= 0.5 @@ -19,7 +15,7 @@ LICENSE= ART10 OPTIONS_DEFINE= GTK2 PLIST_FILES= bin/${PORTNAME} -USE_PKGCONFIG= yes +USES= pkgconfig .include <bsd.port.options.mk> |