diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-02-17 14:12:13 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-02-17 14:12:13 +0800 |
commit | 6258179f9e2558e6ad4d0be04dfd34750f6569b5 (patch) | |
tree | 930809e2ac23767d6dd640098776055ef5516c18 | |
parent | 55d394f7baa1e596c488af7cb4a57c263f3ab78b (diff) | |
download | freebsd-ports-graphics-6258179f9e2558e6ad4d0be04dfd34750f6569b5.tar.gz freebsd-ports-graphics-6258179f9e2558e6ad4d0be04dfd34750f6569b5.tar.zst freebsd-ports-graphics-6258179f9e2558e6ad4d0be04dfd34750f6569b5.zip |
- fix build on CURRENT (objformat)
-rw-r--r-- | graphics/gtkdps/Makefile | 1 | ||||
-rw-r--r-- | graphics/gtkdps/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index ef5d9c8a406..ef057a412c2 100644 --- a/graphics/gtkdps/Makefile +++ b/graphics/gtkdps/Makefile @@ -18,6 +18,7 @@ COMMENT= Gtk bindings for the Display GhostScript System USE_GNOME= gtk12 GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \ --with-dps-libraries=${X11BASE}/lib diff --git a/graphics/gtkdps/pkg-plist b/graphics/gtkdps/pkg-plist index c4eb27d5b30..da47800b5df 100644 --- a/graphics/gtkdps/pkg-plist +++ b/graphics/gtkdps/pkg-plist @@ -13,6 +13,7 @@ include/gtkDPS/gtkDPSpaintsel.h include/gtkDPS/gtkDPSwidget.h include/gtkDPS/parseAFM.h lib/libgtkDPS.a +lib/libgtkDPS.la lib/libgtkDPS.so lib/libgtkDPS.so.1 share/aclocal/gtkDPS.m4 |