diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-29 02:11:52 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-29 02:11:52 +0000 |
commit | c1c331baa7d4c6bd0748ad3d2ea8a61c9461c27c (patch) | |
tree | 507baa1dc76abc49a63870cf19ebef612784c17e /emulators/wine-devel | |
parent | ddd7217f5942b742c53dc2e4d0d590fb9f773e37 (diff) | |
download | ports-c1c331baa7d4c6bd0748ad3d2ea8a61c9461c27c.tar.gz ports-c1c331baa7d4c6bd0748ad3d2ea8a61c9461c27c.zip |
Notes
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 1 | ||||
-rw-r--r-- | emulators/wine-devel/files/patch-ba | 9 |
3 files changed, 2 insertions, 10 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 4154caa907fd..5fb6b76f5490 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wine -PORTVERSION= 2000.04.30 +PORTVERSION= 2000.05.26 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 7f225717f6f7..3ca3bc61ed08 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1 +1,2 @@ MD5 (Wine-20000430.tar.gz) = 7dd29f68e26c624115e6654d619e9ab5 +MD5 (Wine-20000526.tar.gz) = 50e1108263725091b98ddb2945d44f7a diff --git a/emulators/wine-devel/files/patch-ba b/emulators/wine-devel/files/patch-ba index aa646a301660..48cc7bf0a9f0 100644 --- a/emulators/wine-devel/files/patch-ba +++ b/emulators/wine-devel/files/patch-ba @@ -14,12 +14,3 @@ diff -u -u -r1.17 Make.rules.in X_CFLAGS = @X_CFLAGS@ X_LIBS = @X_LIBS@ XLIB = @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ -@@ -81,7 +81,7 @@ - - # Implicit rules - --.SUFFIXES: -+#.SUFFIXES: - .SUFFIXES: .rc .res .spec .spec.c .spec.o .glue.c $(SUFFIXES) - - .c.o: |