diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-08 05:58:25 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-08 05:58:25 +0800 |
commit | 9b9cb9841d5e856bc1e86950299e0f93939c86c1 (patch) | |
tree | 3f9143bc1de8f9022121ce557ff199c3bb6c2eec /x11/gnometerminal/Makefile | |
parent | 31bb7fa0ba836c211525769c3bea744bcf85f6f9 (diff) | |
download | marcuscom-ports-9b9cb9841d5e856bc1e86950299e0f93939c86c1.tar marcuscom-ports-9b9cb9841d5e856bc1e86950299e0f93939c86c1.tar.gz marcuscom-ports-9b9cb9841d5e856bc1e86950299e0f93939c86c1.tar.bz2 marcuscom-ports-9b9cb9841d5e856bc1e86950299e0f93939c86c1.tar.lz marcuscom-ports-9b9cb9841d5e856bc1e86950299e0f93939c86c1.tar.xz marcuscom-ports-9b9cb9841d5e856bc1e86950299e0f93939c86c1.tar.zst marcuscom-ports-9b9cb9841d5e856bc1e86950299e0f93939c86c1.zip |
Convert to USE_AUTOTOOLS.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4198 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnometerminal/Makefile')
-rw-r--r-- | x11/gnometerminal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnometerminal/Makefile b/x11/gnometerminal/Makefile index 6f194adbb..20cca63f7 100644 --- a/x11/gnometerminal/Makefile +++ b/x11/gnometerminal/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11/gnometerminal/Makefile,v 1.47 2005/07/06 05:36:06 marcus Exp $ # PORTNAME= gnometerminal @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui vte -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |