diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-09-11 16:13:02 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-09-11 16:13:02 +0800 |
commit | 4ead7a614dc867f6159ea93f743594f84a5065d0 (patch) | |
tree | e21632b8fb2a41b3f35040a7f9a8e4c87b77c2ad /security/crank/Makefile | |
parent | 798bb9f123ce81a01394696bb261a68180494125 (diff) | |
download | freebsd-ports-gnome-4ead7a614dc867f6159ea93f743594f84a5065d0.tar.gz freebsd-ports-gnome-4ead7a614dc867f6159ea93f743594f84a5065d0.tar.zst freebsd-ports-gnome-4ead7a614dc867f6159ea93f743594f84a5065d0.zip |
upgrade to 0.2.1
Diffstat (limited to 'security/crank/Makefile')
-rw-r--r-- | security/crank/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/security/crank/Makefile b/security/crank/Makefile index cb725c14bb75..ae049ea876fe 100644 --- a/security/crank/Makefile +++ b/security/crank/Makefile @@ -7,15 +7,20 @@ # PORTNAME= crank -PORTVERSION= 0.1.4 +PORTVERSION= 0.2.1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +LIB_DEPENDS= guile:${PORTSDIR}/lang/guile + USE_GTK= yes GNU_CONFIGURE= yes +GUILE_CONFIG= ${LOCALBASE}/bin/guile-config +CONFIGURE_ENV= CFLAGS="${CFLAGS} `${GUILE_CONFIG} compile`" \ + LDFLAGS="`${GUILE_CONFIG} link`" USE_GMAKE= yes .include <bsd.port.mk> |