diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-05 03:45:05 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-05 03:45:05 +0000 |
commit | 1a88278734c45ada8e18fca7c815b43d05826c3a (patch) | |
tree | 2375ba65fd99b806539d4ee9e1b29f8f3fd29c34 /print | |
parent | ddda5ed61be63fae22938ebe686c49beb6fa76a5 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/libgnomecups/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/libgnomecups/Makefile b/print/libgnomecups/Makefile index 2c2f81d0a4aa..335fefc6fa46 100644 --- a/print/libgnomecups/Makefile +++ b/print/libgnomecups/Makefile @@ -3,6 +3,7 @@ # Whom: Glenn Johnson <glennpj@charter.net> # # $FreeBSD$ +# PORTNAME= libgnomecups PORTVERSION= 0.2.2 @@ -22,7 +23,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack intlhack ltverhack glib20 USE_GETTEXT= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |