diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
commit | 1e5f12f776f18f64b73fa7b72b979e38239746a0 (patch) | |
tree | bb96e15bdbdb742febe5467ec9a1dffea805d91b /x11-toolkits/gtkmathview | |
parent | 6f6e8eaa3a8af5e8893c5525a24287352db655e8 (diff) | |
download | ports-1e5f12f776f18f64b73fa7b72b979e38239746a0.tar.gz ports-1e5f12f776f18f64b73fa7b72b979e38239746a0.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtkmathview')
-rw-r--r-- | x11-toolkits/gtkmathview/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-toolkits/gtkmathview/Makefile b/x11-toolkits/gtkmathview/Makefile index 357dcf009149..a8c359122527 100644 --- a/x11-toolkits/gtkmathview/Makefile +++ b/x11-toolkits/gtkmathview/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: gtkmathview -# Date created: Oct 15, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= gtkmathview PORTVERSION= 0.8.0 @@ -20,7 +15,8 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ t1:${PORTSDIR}/devel/t1lib \ gmetadom_gdome_cpp_smart:${PORTSDIR}/textproc/gmetadom -USE_GNOME= gnomehack gtk20 libxml2 +USES= pathfix +USE_GNOME= gtk20 libxml2 USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_PKGCONFIG= build |