diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 00:21:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 00:21:38 +0800 |
commit | ab93ec4098542fafc79f85ccb037c088a175a225 (patch) | |
tree | 0f91c8ecd5ebbf28bdef91ce28d785f5877b833d /x11-toolkits | |
parent | b9ef45ee941ff10c20e52800c17a4fe88584047e (diff) | |
download | freebsd-ports-gnome-ab93ec4098542fafc79f85ccb037c088a175a225.tar.gz freebsd-ports-gnome-ab93ec4098542fafc79f85ccb037c088a175a225.tar.zst freebsd-ports-gnome-ab93ec4098542fafc79f85ccb037c088a175a225.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libgdiplus/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-toolkits/libgdiplus/Makefile b/x11-toolkits/libgdiplus/Makefile index c3bd6bf0959f..5b312690ec7f 100644 --- a/x11-toolkits/libgdiplus/Makefile +++ b/x11-toolkits/libgdiplus/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libgdiplus -# Date created: 20040820 -# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> -# +# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # $FreeBSD$ -# PORTNAME= libgdiplus PORTVERSION= 2.10 @@ -21,8 +17,8 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ GNU_CONFIGURE= yes USE_BZIP2= yes +USES= gmake pkgconfig USE_GNOME= gnomehack glib20 -USE_GMAKE= yes USE_LDCONFIG= yes USE_XORG= x11 CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 |