diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 20:13:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 20:13:23 +0800 |
commit | 74e0f8a8b686b5907c28d2392a09652cada4ca50 (patch) | |
tree | 969d85a11701cc0a743c50f26376c759b7da5a4d /deskutils/nautilus-open-terminal | |
parent | cfe05aaa850def1fcb987abccbb3e58403ad9257 (diff) | |
download | freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.tar.gz freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.tar.zst freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'deskutils/nautilus-open-terminal')
-rw-r--r-- | deskutils/nautilus-open-terminal/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/deskutils/nautilus-open-terminal/Makefile b/deskutils/nautilus-open-terminal/Makefile index 2a3178aff5d9..4ad139360e6d 100644 --- a/deskutils/nautilus-open-terminal/Makefile +++ b/deskutils/nautilus-open-terminal/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: nautilus-open-terminal -# Date created: 2005-07-07 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/deskutils/nautilus-open-terminal/Makefile,v 1.17 2009/08/09 15:30:27 ahze Exp $ -# PORTNAME= nautilus-open-terminal PORTVERSION= 0.18 @@ -16,10 +12,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Nautilus extension which allows you to open a terminal USE_BZIP2= yes -USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= nautilus2 gnomeprefix intlhack gnomehack -USES= gettext +USES= gettext gmake pkgconfig USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags gnome-vfs-2.0` LDFLAGS+= -L${LOCALBASE}/lib |