diff options
author | bsam <bsam@FreeBSD.org> | 2009-06-20 21:52:38 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-06-20 21:52:38 +0800 |
commit | 788b61c630fbe5638fd72da6f945938557976bbe (patch) | |
tree | 7116625732dfa027bad14542357eeb6f94423d8c | |
parent | 12452177c33573d4c0219d91551531a8406cbd9c (diff) | |
download | freebsd-ports-gnome-788b61c630fbe5638fd72da6f945938557976bbe.tar.gz freebsd-ports-gnome-788b61c630fbe5638fd72da6f945938557976bbe.tar.zst freebsd-ports-gnome-788b61c630fbe5638fd72da6f945938557976bbe.zip |
Convert to using Mk/bsd.linux-rpm.mk. This is only infrastructure change,
no need to bump PORTREVISION. The change is needed to the upcomming
switch to default linux f10 ports at 8-CURRENT.
-rw-r--r-- | x11-toolkits/linux-openmotif/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-toolkits/linux-openmotif/Makefile b/x11-toolkits/linux-openmotif/Makefile index 682ab6e190c4..b60ad8ba15ce 100644 --- a/x11-toolkits/linux-openmotif/Makefile +++ b/x11-toolkits/linux-openmotif/Makefile @@ -19,16 +19,14 @@ EXTRACT_ONLY= MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Motif toolkit Linux libraries -BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm - CONFLICTS= linux-f8-openmotif-[0-9]* linux-f10-openmotif-[0-9]* ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX= yes +USE_LINUX_RPM= yes USE_LINUX_APPS= xorglibs -USE_LINUX_PREFIX= yes +LINUX_DIST_VER= 4 NO_BUILD= yes -MD5_FILE= ${MASTERDIR}/distinfo.i386 +SRC_DISTFILES= EXTRACT_FILES= ./usr/X11R6/lib/libMrm.so.3.0.3 \ ./usr/X11R6/lib/libUil.so.3.0.3 \ |