aboutsummaryrefslogtreecommitdiff
path: root/audio/resid/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-12-22 17:36:28 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-12-22 17:36:28 +0000
commitca6947d9272b6c3a791fcf001c4bedb1f0f4a6e3 (patch)
tree1beb96829a70a13d7d627bfdf17ed8329912fa52 /audio/resid/Makefile
parent6e752fef3b9dba0798e69123b25b711cd9ceb126 (diff)
- Do not install useless .la file
PR: 45920 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=71794
Diffstat (limited to 'audio/resid/Makefile')
-rw-r--r--audio/resid/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/resid/Makefile b/audio/resid/Makefile
index 05e1adb3000b..3c6cf68698eb 100644
--- a/audio/resid/Makefile
+++ b/audio/resid/Makefile
@@ -7,6 +7,7 @@
PORTNAME= resid
PORTVERSION= 0.13
+PORTREVISION= 1
CATEGORIES= audio emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sidplay2
@@ -18,8 +19,8 @@ MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS= --enable-shared
INSTALLS_SHLIB= yes
-CONFIGURE_ARGS+= --enable-shared
.include <bsd.port.mk>