diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-26 12:03:56 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-26 12:03:56 +0800 |
commit | e399631640fd9c7e2e0b9212e459f035a0e28fe7 (patch) | |
tree | 9166b613a6514df7020e56bb51bdf74507223b91 /misc | |
parent | c363cba4d2a16c50d9195f0ea1038aa98b5cd05d (diff) | |
download | marcuscom-ports-e399631640fd9c7e2e0b9212e459f035a0e28fe7.tar marcuscom-ports-e399631640fd9c7e2e0b9212e459f035a0e28fe7.tar.gz marcuscom-ports-e399631640fd9c7e2e0b9212e459f035a0e28fe7.tar.bz2 marcuscom-ports-e399631640fd9c7e2e0b9212e459f035a0e28fe7.tar.lz marcuscom-ports-e399631640fd9c7e2e0b9212e459f035a0e28fe7.tar.xz marcuscom-ports-e399631640fd9c7e2e0b9212e459f035a0e28fe7.tar.zst marcuscom-ports-e399631640fd9c7e2e0b9212e459f035a0e28fe7.zip |
Convert to USE_AUTOTOOLS, reset $FreeBSD$ tags, and add $MCom$ tags where
appropriate.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4639 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc')
-rw-r--r-- | misc/quick-lounge-applet/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/quick-lounge-applet/Makefile b/misc/quick-lounge-applet/Makefile index b40bc28d4..ebbf9d6cd 100644 --- a/misc/quick-lounge-applet/Makefile +++ b/misc/quick-lounge-applet/Makefile @@ -2,7 +2,8 @@ # Date created: 01 March 2003 # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # -# $FreeBSD: ports/misc/quick-lounge-applet/Makefile,v 1.18 2005/04/05 00:59:56 marcus Exp $ +# $FreeBSD$ +# $MCom$ # PORTNAME= quick-lounge-applet @@ -20,7 +21,7 @@ USE_X_PREFIX= yes INSTALLS_OMF= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |