diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
commit | 1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6 (patch) | |
tree | 969d85a11701cc0a743c50f26376c759b7da5a4d /misc/uf-view | |
parent | d65af50a70ba6e7ae6c00df5e9c8a4007c79a964 (diff) | |
download | ports-1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6.tar.gz ports-1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6.zip |
Notes
Diffstat (limited to 'misc/uf-view')
-rw-r--r-- | misc/uf-view/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/uf-view/Makefile b/misc/uf-view/Makefile index 68677be186ea..d3e9f5c35e0f 100644 --- a/misc/uf-view/Makefile +++ b/misc/uf-view/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: uf-view -# Date created: 30 May 2001 -# Whom: Jonathan McGee <mcgee@wam.umd.edu> -# +# Created by: Jonathan McGee <mcgee@wam.umd.edu> # $FreeBSD$ -# PORTNAME= uf-view PORTVERSION= 2.4 @@ -14,7 +10,7 @@ MASTER_SITES= http://www.hadess.net/files/software/uf-view/ MAINTAINER= mcgee@wam.umd.edu COMMENT= A gTK+ viewer for the User Friendly and several other popular comics -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack gnomehier gnomevfs2 gnomedesktop libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |