diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /sysutils/xfce4-battery-plugin/Makefile | |
parent | Unbreak: make it fetchable again (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'sysutils/xfce4-battery-plugin/Makefile')
-rw-r--r-- | sysutils/xfce4-battery-plugin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/xfce4-battery-plugin/Makefile b/sysutils/xfce4-battery-plugin/Makefile index 18b32c4bc514..2a204728d78e 100644 --- a/sysutils/xfce4-battery-plugin/Makefile +++ b/sysutils/xfce4-battery-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-battery-plugin PORTVERSION= 0.2.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils xfce MASTER_SITES= http://download.berlios.de/xfce-goodies/ DIST_SUBDIR= xfce4 @@ -26,7 +26,6 @@ ONLY_FOR_ARCHS= i386 USE_GNOME= gtk20 USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |