aboutsummaryrefslogtreecommitdiff
path: root/audio/resid
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2011-12-27 15:14:23 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2011-12-27 15:14:23 +0000
commit48b16bc177d9ad0dac59e3e086204be593eaf476 (patch)
tree29b90da8eb3b52c5a2f678d6527ef713581b7bda /audio/resid
parent5ea6f4065268d00bf41a2a103d9056790e8a1fe5 (diff)
downloadports-48b16bc177d9ad0dac59e3e086204be593eaf476.tar.gz
ports-48b16bc177d9ad0dac59e3e086204be593eaf476.zip
Notes
Diffstat (limited to 'audio/resid')
-rw-r--r--audio/resid/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/resid/Makefile b/audio/resid/Makefile
index 29557a90cb26..5f6462c380ab 100644
--- a/audio/resid/Makefile
+++ b/audio/resid/Makefile
@@ -14,6 +14,8 @@ MASTER_SITES= CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Cycle-based SID emulator engine
+LICENSE= GPLv2
+
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
@@ -21,6 +23,4 @@ MAKE_JOBS_SAFE= yes
CONFIGURE_ARGS= --enable-shared
-LICENSE= GPLv2
-
.include <bsd.port.mk>