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/Makefile | |
parent | - update to 1.4.7 (diff) |
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
Notes
Notes:
svn path=/head/; revision=325727
Diffstat (limited to 'audio/xmms-mailnotify/Makefile')
-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 |