diff options
author | oliver <oliver@FreeBSD.org> | 2007-02-04 19:13:22 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-02-04 19:13:22 +0800 |
commit | c5d2fb8187e793ddb541992460e70a477fc6276e (patch) | |
tree | 71134fd073514b46e5ed4eed4e6a568c98cdb343 /print | |
parent | 342fbaa6728b4633c4a467b7c86a9709ad40a59f (diff) | |
download | freebsd-ports-gnome-c5d2fb8187e793ddb541992460e70a477fc6276e.tar.gz freebsd-ports-gnome-c5d2fb8187e793ddb541992460e70a477fc6276e.tar.zst freebsd-ports-gnome-c5d2fb8187e793ddb541992460e70a477fc6276e.zip |
fix build (by using libtool:15) with recent CURRENTs where objformat went away
Submitted by: Masahide -mac- NODA <mac@clave.gr.jp>
Diffstat (limited to 'print')
-rw-r--r-- | print/xfce4-print/Makefile | 1 | ||||
-rw-r--r-- | print/xfce4-print/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile index 98c4ed2ff559..d3f0e27718a1 100644 --- a/print/xfce4-print/Makefile +++ b/print/xfce4-print/Makefile @@ -17,6 +17,7 @@ COMMENT= XFce 4 graphical frontend for printing GNU_CONFIGURE= yes INSTALLS_ICONS= yes +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes diff --git a/print/xfce4-print/pkg-plist b/print/xfce4-print/pkg-plist index ce1201fb0779..59de53150ad7 100644 --- a/print/xfce4-print/pkg-plist +++ b/print/xfce4-print/pkg-plist @@ -24,7 +24,6 @@ libdata/pkgconfig/xfprint-1.0.pc share/applications/xfprint.desktop share/applications/xfprint-manager.desktop share/applications/xfce-xfprint-settings.desktop -share/gtk-doc/html/libxfprint share/gtk-doc/html/libxfprint/PrinterListWindow.html share/gtk-doc/html/libxfprint/PrinterQueueWindow.html share/gtk-doc/html/libxfprint/PrintingSystem.html |