diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 05:16:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 05:16:30 +0800 |
commit | 46ccc06ed12754ba1915e6ced7a556dbf908d709 (patch) | |
tree | 01acb1d2a968dc8d10b50517f6c4e4baf10c93e6 /devel | |
parent | cfb51d057a3d4878b0c7f7fef7d78c84d49810fb (diff) | |
download | freebsd-ports-gnome-46ccc06ed12754ba1915e6ced7a556dbf908d709.tar.gz freebsd-ports-gnome-46ccc06ed12754ba1915e6ced7a556dbf908d709.tar.zst freebsd-ports-gnome-46ccc06ed12754ba1915e6ced7a556dbf908d709.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gpsim/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/gpsim/Makefile b/devel/gpsim/Makefile index 31465ad986a6..571f31df7674 100644 --- a/devel/gpsim/Makefile +++ b/devel/gpsim/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gpsim -# Date created: 2006-03-13 -# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> -# +# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> # $FreeBSD$ -# PORTNAME= gpsim PORTVERSION= 0.22.0 @@ -20,6 +16,7 @@ RUN_DEPENDS= gpasm:${PORTSDIR}/devel/gputils USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes +USES= pkgconfig USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |