diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-28 17:33:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-28 17:33:29 +0800 |
commit | 19e8aba5c29aa5ca23ccf92b1033e041718c8baf (patch) | |
tree | e6be579c5114d8fc3835b222c91d27c727b1e6c8 /graphics | |
parent | 0f7ec093dd8839898166fe6629c07d7064938556 (diff) | |
download | freebsd-ports-gnome-19e8aba5c29aa5ca23ccf92b1033e041718c8baf.tar.gz freebsd-ports-gnome-19e8aba5c29aa5ca23ccf92b1033e041718c8baf.tar.zst freebsd-ports-gnome-19e8aba5c29aa5ca23ccf92b1033e041718c8baf.zip |
Add an explicit build dep on pkgconf
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pfstmo/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/pfstmo/Makefile b/graphics/pfstmo/Makefile index 3a8e416dc233..2dfd20228d19 100644 --- a/graphics/pfstmo/Makefile +++ b/graphics/pfstmo/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: pfstmo -# Date created: Fri Jun 1 16:13:32 UTC 2007 -# Whom: argv[0] (Iouri V. Ivliev) -# +# Created by: Iouri V. Ivliev # $FreeBSD$ PORTNAME= pfstmo @@ -18,6 +15,7 @@ LIB_DEPENDS= pfs-1.2:${PORTSDIR}/graphics/pfstools PFS_CPPFLAGS= -I${LOCALBASE}/include PFS_LDFLAGS= -L${LOCALBASE}/lib +USES= pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= ${PFS_CPPFLAGS} LDFLAGS+= ${PFS_LDFLAGS} |