diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 22:31:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 22:31:38 +0000 |
commit | 0dc34effd5fa8f149bf364d4097516c57e825eea (patch) | |
tree | a1b48ae17cce6abbd28f23dfd05e44010cc2943d /audio/specimen | |
parent | Remove 2 lines for structs which were declared in utmp.h (diff) |
Add an explicit dependency on pkgconf
While here:
- trim headers
- convert USE_GMAKE to USES=gmake
Notes
Notes:
svn path=/head/; revision=325725
Diffstat (limited to 'audio/specimen')
-rw-r--r-- | audio/specimen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/specimen/Makefile b/audio/specimen/Makefile index e2242f3b17f7..5c38f865f303 100644 --- a/audio/specimen/Makefile +++ b/audio/specimen/Makefile @@ -21,8 +21,8 @@ LIB_DEPENDS= jack:${PORTSDIR}/audio/jack \ sndfile:${PORTSDIR}/audio/libsndfile \ phat:${PORTSDIR}/x11-toolkits/phat +USES= pkgconfig gmake USE_GNOME= libgnomecanvas libxml2 -USE_GMAKE= yes GNU_CONFIGURE= yes LDFLAGS+= -lm |