diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 06:36:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 06:36:41 +0000 |
commit | db7a56d5edac0833e3f5182aa505b20354dcc3f9 (patch) | |
tree | 49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /misc | |
parent | ea1237cf5e53134db56449396d80dbaa8167c827 (diff) | |
download | ports-db7a56d5edac0833e3f5182aa505b20354dcc3f9.tar.gz ports-db7a56d5edac0833e3f5182aa505b20354dcc3f9.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnome-icon-theme-extras/Makefile | 8 | ||||
-rw-r--r-- | misc/lingoteach/Makefile | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/misc/gnome-icon-theme-extras/Makefile b/misc/gnome-icon-theme-extras/Makefile index 14af01530cbd..4003342a05d8 100644 --- a/misc/gnome-icon-theme-extras/Makefile +++ b/misc/gnome-icon-theme-extras/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnome-icon-theme-extras -# Date Created: 27 March 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# +# Created by: Alexander Logvinov <avl@FreeBSD.org> # $FreeBSD$ # $MCom: ports/misc/gnome-icon-theme-extras/Makefile,v 1.3 2010/04/20 20:56:39 kwm Exp $ -# PORTNAME= gnome-icon-theme-extras PORTVERSION= 2.30.1 @@ -20,8 +16,8 @@ BUILD_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hic icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme +USES= gmake pkgconfig USE_BZIP2= yes -USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack intlhack gtk20 INSTALLS_ICONS= yes diff --git a/misc/lingoteach/Makefile b/misc/lingoteach/Makefile index ab50cdef598a..04c2c954cd76 100644 --- a/misc/lingoteach/Makefile +++ b/misc/lingoteach/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lingoteach -# Date created: 01 September 2002 -# Whom: Marcus von Appen -# +# Created by: Marcus von Appen # $FreeBSD$ -# PORTNAME= lingoteach PORTVERSION= 0.3.9 @@ -24,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-ui-${PORTVERSION} USE_GNOME= gtk20 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include |