diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-11-02 22:56:25 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-11-02 22:56:25 +0800 |
commit | b7a95057011126ec16207199fb71b8f2583a441a (patch) | |
tree | 0a653ff30912b47f290028cec9690522ce8f8ee7 | |
parent | 0e3c6d5062c302480439644abf8fd7cdcb304fc5 (diff) | |
download | freebsd-ports-gnome-b7a95057011126ec16207199fb71b8f2583a441a.tar.gz freebsd-ports-gnome-b7a95057011126ec16207199fb71b8f2583a441a.tar.zst freebsd-ports-gnome-b7a95057011126ec16207199fb71b8f2583a441a.zip |
Add NO_LATEST_LINK.
-rw-r--r-- | devel/flex-sdk35/Makefile | 1 | ||||
-rw-r--r-- | misc/amanda26-server/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/flex-sdk35/Makefile b/devel/flex-sdk35/Makefile index 3e9fecb1c1be..0621806f58d0 100644 --- a/devel/flex-sdk35/Makefile +++ b/devel/flex-sdk35/Makefile @@ -18,6 +18,7 @@ COMMENT= Adobe Flex SDK RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper CONFLICTS= ja-flex-sdk-2.* flex-sdk-2.* flex-sdk-4.* +NO_LATEST_LINK= YES USE_ZIP= YES USE_JAVA= YES JAVA_VERSION= 1.4+ diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index 72c953c1bd82..94efda1f1b8e 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -19,7 +19,7 @@ COMMENT?= The Advanced Maryland Automatic Network Disk Archiver (server) WRKSRC= ${WRKDIR}/amanda-${PORTVERSION} SLAVEDIRS= misc/amanda26-client -LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} +NO_LATEST_LINK= yes GNU_CONFIGURE= yes USE_GNOME= pkgconfig glib20 USE_GMAKE= yes |