diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:01:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:01:05 +0000 |
commit | 5163781803124a083a6fdae72fd2235faf64ac0c (patch) | |
tree | 6b331be596022c1f3f38a56b08f44da1db3d7278 /audio/xmms-mailnotify | |
parent | 33d4141ac9cf4bbc3ef63d28cc68c5a30b4b364a (diff) | |
download | ports-5163781803124a083a6fdae72fd2235faf64ac0c.tar.gz ports-5163781803124a083a6fdae72fd2235faf64ac0c.zip |
Notes
Diffstat (limited to 'audio/xmms-mailnotify')
-rw-r--r-- | audio/xmms-mailnotify/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/xmms-mailnotify/Makefile b/audio/xmms-mailnotify/Makefile index c4fa9a1772c3..be1a5d0ede13 100644 --- a/audio/xmms-mailnotify/Makefile +++ b/audio/xmms-mailnotify/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: xmms-mailnotify -# Date created: 03.02.2002 -# Whom: Tilman Linneweh <arved@FreeBSD.org> -# +# Created by: Tilman Linneweh <arved@FreeBSD.org> # $FreeBSD$ PORTNAME= xmms-mailnotify @@ -20,7 +17,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_GNOME= gtk12 USE_LDCONFIG= yes |