diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-14 00:30:50 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-14 00:30:50 +0800 |
commit | f9fb335367306692bbe4e0debf7d1cd0154dbb39 (patch) | |
tree | 16bef831c6eda1e6212ff80c3dfe9b06e9eb0a19 /print/libspectre | |
parent | 007781a0755a23a3fce76d76bd49272a027b07d5 (diff) | |
download | marcuscom-ports-f9fb335367306692bbe4e0debf7d1cd0154dbb39.tar marcuscom-ports-f9fb335367306692bbe4e0debf7d1cd0154dbb39.tar.gz marcuscom-ports-f9fb335367306692bbe4e0debf7d1cd0154dbb39.tar.bz2 marcuscom-ports-f9fb335367306692bbe4e0debf7d1cd0154dbb39.tar.lz marcuscom-ports-f9fb335367306692bbe4e0debf7d1cd0154dbb39.tar.xz marcuscom-ports-f9fb335367306692bbe4e0debf7d1cd0154dbb39.tar.zst marcuscom-ports-f9fb335367306692bbe4e0debf7d1cd0154dbb39.zip |
Add missing USE_LDCONFIG
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10731 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print/libspectre')
-rw-r--r-- | print/libspectre/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/libspectre/Makefile b/print/libspectre/Makefile index 5fbd7627b..d34b4cd07 100644 --- a/print/libspectre/Makefile +++ b/print/libspectre/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/print/libspectre/Makefile,v 1.1 2008/03/13 16:30:12 ahze Exp $ PORTNAME= libspectre PORTVERSION= 0.2.0 @@ -16,6 +16,7 @@ COMMENT= A small library for rendering Postscript documents LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo USE_AUTOTOOLS= libtool:15 +USE_LDCONFIG= yes USE_GNOME= gnomehack gnomeprefix ltverhack USE_GHOSTSCRIPT=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" |