diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-01 06:40:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-01 06:40:38 +0800 |
commit | 48b74c8d156068ef509227add764d5bd7639ca8a (patch) | |
tree | 745eaaebc4ac2a4073c2f39a6aa60099da11d983 /audio/wmalbum/Makefile | |
parent | 82574f27633c863efad43b616952b4e4eed0319b (diff) | |
download | freebsd-ports-gnome-48b74c8d156068ef509227add764d5bd7639ca8a.tar.gz freebsd-ports-gnome-48b74c8d156068ef509227add764d5bd7639ca8a.tar.zst freebsd-ports-gnome-48b74c8d156068ef509227add764d5bd7639ca8a.zip |
Fix build with clang
Diffstat (limited to 'audio/wmalbum/Makefile')
-rw-r--r-- | audio/wmalbum/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/wmalbum/Makefile b/audio/wmalbum/Makefile index 435cd130f6a6..3caf490d03cf 100644 --- a/audio/wmalbum/Makefile +++ b/audio/wmalbum/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmalbum -# Date created: 2005-01-27 -# Whom: lx@redundancy.redundancy.org -# +# Created by: lx@redundancy.redundancy.org # $FreeBSD$ -# PORTNAME= wmalbum PORTVERSION= 0.1.5 @@ -18,6 +14,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \ gdk_pixbuf_xlib.2:${PORTSDIR}/graphics/gdk-pixbuf GNU_CONFIGURE= yes +USE_CSTD= gnu89 MAN1= wmalbum.1 PLIST_FILES= bin/wmalbum |