diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-09 05:58:16 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-09 05:58:16 +0800 |
commit | 781d1b17e32acbdd4dcd5b29097b9b2cd4668fd7 (patch) | |
tree | 65af54e9730e208420d689c5bfb867351824ffb9 | |
parent | c668ee1f6315aa3cffa5f53279f984217c6668f1 (diff) | |
download | marcuscom-ports-781d1b17e32acbdd4dcd5b29097b9b2cd4668fd7.tar marcuscom-ports-781d1b17e32acbdd4dcd5b29097b9b2cd4668fd7.tar.gz marcuscom-ports-781d1b17e32acbdd4dcd5b29097b9b2cd4668fd7.tar.bz2 marcuscom-ports-781d1b17e32acbdd4dcd5b29097b9b2cd4668fd7.tar.lz marcuscom-ports-781d1b17e32acbdd4dcd5b29097b9b2cd4668fd7.tar.xz marcuscom-ports-781d1b17e32acbdd4dcd5b29097b9b2cd4668fd7.tar.zst marcuscom-ports-781d1b17e32acbdd4dcd5b29097b9b2cd4668fd7.zip |
- Add MCom tag & use USE_AUTOTOOLS
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4425 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-themes/clearlooks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-themes/clearlooks/Makefile b/x11-themes/clearlooks/Makefile index 92c985dac..cde2a8c76 100644 --- a/x11-themes/clearlooks/Makefile +++ b/x11-themes/clearlooks/Makefile @@ -3,6 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD: ports/x11-themes/clearlooks/Makefile,v 1.20 2005/06/30 12:22:32 ahze Exp $ +# $MCom$ # PORTNAME?= clearlooks @@ -16,7 +17,7 @@ MAINTAINER= ahze@FreeBSD.org COMMENT?= GTK+ 2.x engine based on Bluecurve USE_BZIP2= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gtk20 USE_X_PREFIX= yes USE_REINPLACE= yes |