diff options
-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 |