diff options
author | arved <arved@FreeBSD.org> | 2007-03-18 01:21:37 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2007-03-18 01:21:37 +0800 |
commit | 280289e9055116464749a10ef35faeffa85be7eb (patch) | |
tree | 64b359e64939c0affa990480d80123fe9223dc5c /x11-wm/bbconf | |
parent | 39e157640170cc9f4b72635b6ca87246d4483a9a (diff) | |
download | freebsd-ports-gnome-280289e9055116464749a10ef35faeffa85be7eb.tar.gz freebsd-ports-gnome-280289e9055116464749a10ef35faeffa85be7eb.tar.zst freebsd-ports-gnome-280289e9055116464749a10ef35faeffa85be7eb.zip |
Fix build after objformat removal
Diffstat (limited to 'x11-wm/bbconf')
-rw-r--r-- | x11-wm/bbconf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/bbconf/Makefile b/x11-wm/bbconf/Makefile index 90e6c7d98971..bcc0be721f47 100644 --- a/x11-wm/bbconf/Makefile +++ b/x11-wm/bbconf/Makefile @@ -20,6 +20,7 @@ USE_QT_VER= 3 USE_PERL5_BUILD= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_AUTOTOOLS= libtool:15 MAN1= bbconf.1 PORTDOCS= AUTHORS ChangeLog README README.html TODO |